This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author tim.peters
Recipients bkovt, mark.dickinson, tim.peters
Date 2010-01-04.02:58:15
SpamBayes Score 2.4780644e-05
Marked as misclassified No
Message-id <1262573897.14.0.591660415271.issue7628@psf.upfronthosting.co.za>
In-reply-to
Content
Note that round() is implemented much more carefully in Python 3.x than in Python 2.x, and 120 is actually the correct result under nearest/even rounding (125 is exactly halfway between representable values when rounded to the closest 10, and nearest/even rounding resolves the ambiguity by picking the closest value whose last relevant digit is even).
History
Date User Action Args
2010-01-04 02:58:17tim.peterssetrecipients: + tim.peters, mark.dickinson, bkovt
2010-01-04 02:58:17tim.peterssetmessageid: <1262573897.14.0.591660415271.issue7628@psf.upfronthosting.co.za>
2010-01-04 02:58:15tim.peterslinkissue7628 messages
2010-01-04 02:58:15tim.peterscreate