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 belopolsky
Recipients belopolsky, mark.dickinson, mcherm, rhettinger, stutzbach, tim.peters, vstinner
Date 2010-06-04.20:18:27
SpamBayes Score 0.0015399646
Marked as misclassified No
Message-id <1275682710.3.0.547426193026.issue8860@psf.upfronthosting.co.za>
In-reply-to
Content
The half-way check should be done with decimal arihmetics, but the result is the same:

>>> x = Decimal(0.6112295)
>>> abs(x - Decimal('0.6112290')) == abs(x - Decimal('0.6112300'))
False
History
Date User Action Args
2010-06-04 20:18:30belopolskysetrecipients: + belopolsky, tim.peters, mcherm, rhettinger, mark.dickinson, vstinner, stutzbach
2010-06-04 20:18:30belopolskysetmessageid: <1275682710.3.0.547426193026.issue8860@psf.upfronthosting.co.za>
2010-06-04 20:18:27belopolskylinkissue8860 messages
2010-06-04 20:18:27belopolskycreate