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, nekobon, rhettinger, stutzbach, tim.peters, vstinner
Date 2013-08-03.22:20:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1375568454.54.0.910339472729.issue8860@psf.upfronthosting.co.za>
In-reply-to
Content
With the current patch we still have the following quirks:

>>> timedelta(seconds=0.6112295) == timedelta(seconds=1)*0.6112295
False
>>> timedelta(seconds=0.6112295) == timedelta(seconds=round(0.6112295, 6))
False

This is not a reason to hold the patch, though.
History
Date User Action Args
2013-08-03 22:20:54belopolskysetrecipients: + belopolsky, tim.peters, mcherm, rhettinger, mark.dickinson, vstinner, stutzbach, nekobon
2013-08-03 22:20:54belopolskysetmessageid: <1375568454.54.0.910339472729.issue8860@psf.upfronthosting.co.za>
2013-08-03 22:20:54belopolskylinkissue8860 messages
2013-08-03 22:20:54belopolskycreate