From: Mark Dickinson Date: Mon, 20 Apr 2009 21:39:39 +0000 (+0000) Subject: Blocked revisions 71773 via svnmerge X-Git-Tag: 3.0~197 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb1faa00857a9de95e94d6db61a53b224345d951;p=thirdparty%2FPython%2Fcpython.git Blocked revisions 71773 via svnmerge ................ r71773 | mark.dickinson | 2009-04-20 22:38:00 +0100 (Mon, 20 Apr 2009) | 12 lines Merged revisions 71772 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ 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. ........ ................ ---