]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Blocked revisions 71665 via svnmerge
authorEric Smith <eric@trueblade.com>
Thu, 16 Apr 2009 20:16:49 +0000 (20:16 +0000)
committerEric Smith <eric@trueblade.com>
Thu, 16 Apr 2009 20:16:49 +0000 (20:16 +0000)
commit5e7fe9c5d6141099deb52e3471a44254672900c4
tree26f094b3543087a8268d368be881745b8b7dbb1f
parent8e2ff312295495ae434a9dc889f7e1e76dca5e03
Blocked revisions 71665 via svnmerge

........
  r71665 | eric.smith | 2009-04-16 16:16:10 -0400 (Thu, 16 Apr 2009) | 14 lines

  The other half of Issue #1580: use short float repr where possible.

  Addresses the float -> string conversion, using David Gay's code which
  was added in Mark Dickinson's checkin r71663.

  Also addresses these, which are intertwined with the short repr
  changes:

  - Issue #5772: format(1e100, '<') produces '1e+100', not '1.0e+100'
  - Issue #5515: 'n' formatting with commas no longer works poorly
      with leading zeros.
  - PEP 378 Format Specifier for Thousands Separator: implemented
      for floats.
........