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 mark.dickinson
Recipients dingo, mark.dickinson
Date 2009-03-11.08:30:11
SpamBayes Score 0.00071515917
Marked as misclassified No
Message-id <1236760213.33.0.555435340514.issue5473@psf.upfronthosting.co.za>
In-reply-to
Content
I think this *is* the same issue as 1869, at least in broad terms:  the 
rounding code involves inexact floating-point operations (in this case a 
division by 10.0), which can result in a value that was *exactly* halfway 
between two rounded values losing that exactness, so that the rounding 
direction is essentially random.

Can you tell me why you think this issue is distinct from issue 1869?
History
Date User Action Args
2009-03-11 08:30:13mark.dickinsonsetrecipients: + mark.dickinson, dingo
2009-03-11 08:30:13mark.dickinsonsetmessageid: <1236760213.33.0.555435340514.issue5473@psf.upfronthosting.co.za>
2009-03-11 08:30:12mark.dickinsonlinkissue5473 messages
2009-03-11 08:30:11mark.dickinsoncreate