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 Ultrasick
Recipients Ultrasick
Date 2009-01-31.12:57:49
SpamBayes Score 0.00087370665
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
print '%.2f' % 2.544 // returns 2.54
print '%.2f' % 2.545 // returns 2.54 but should return 2.55
print '%.2f' % 2.546 // returns 2.55
History
Date User Action Args
2009-01-31 12:57:51Ultrasicksetrecipients: + Ultrasick
2009-01-31 12:57:51Ultrasicksetmessageid: <[email protected]>
2009-01-31 12:57:50Ultrasicklinkissue5118 messages
2009-01-31 12:57:49Ultrasickcreate