[Python-checkins] r71702 - python/branches/release30-maint

mark.dickinson python-checkins at python.org
Sat Apr 18 13:50:42 CEST 2009


Author: mark.dickinson
Date: Sat Apr 18 13:50:41 2009
New Revision: 71702

Log:
Blocked revisions 71701 via svnmerge

........
  r71701 | mark.dickinson | 2009-04-18 12:48:33 +0100 (Sat, 18 Apr 2009) | 7 lines
  
  Issue #1869 (and 4707, 5118, 5473, 1456775):  use the new
  string <-> float conversion routines to make round(x, n) correctly
  rounded for floats x, so that it always agrees with format(x, '.<n>f').
  
  Also fix some other round nuisances, like round(123.456, 1-2**31) giving
  an integer rather than a float.
........


Modified:
   python/branches/release30-maint/   (props changed)


More information about the Python-checkins mailing list