[Python-checkins] r71774 - python/branches/release26-maint

mark.dickinson python-checkins at python.org
Mon Apr 20 23:38:54 CEST 2009


Author: mark.dickinson
Date: Mon Apr 20 23:38:54 2009
New Revision: 71774

Log:
Blocked revisions 71772 via svnmerge

........
  r71772 | mark.dickinson | 2009-04-20 22:13:33 +0100 (Mon, 20 Apr 2009) | 5 lines
  
  Issue #3166: Make long -> float (and int -> float) conversions
  correctly rounded, using round-half-to-even.  This ensures that the
  value of float(n) doesn't depend on whether we're using 15-bit digits
  or 30-bit digits for Python longs.
........


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


More information about the Python-checkins mailing list