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-05-31.19:09:05
SpamBayes Score 0.015601281
Marked as misclassified No
Message-id <1275332948.23.0.846341073094.issue8860@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a shorter example of inconsistent behavior:

>>> 0.5 * timedelta(microseconds=1)
datetime.timedelta(0)
>>> timedelta(microseconds=0.5)
datetime.timedelta(0, 0, 1)
History
Date User Action Args
2010-05-31 19:09:08belopolskysetrecipients: + belopolsky, tim.peters, mcherm, rhettinger, mark.dickinson, vstinner, stutzbach
2010-05-31 19:09:08belopolskysetmessageid: <1275332948.23.0.846341073094.issue8860@psf.upfronthosting.co.za>
2010-05-31 19:09:05belopolskylinkissue8860 messages
2010-05-31 19:09:05belopolskycreate