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, ethan.furman, mark.dickinson, r.david.murray, tbarbugli
Date 2015-02-25.15:00:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1424876455.06.0.347093908911.issue23517@psf.upfronthosting.co.za>
In-reply-to
Content
Let me dig up the history, but this does not look like correct rounding to me:

>>> datetime.utcfromtimestamp(1424817268.274)
datetime.datetime(2015, 2, 24, 22, 34, 28, 273999)
>>> decimal.Decimal(1424817268.274)
Decimal('1424817268.2739999294281005859375')
History
Date User Action Args
2015-02-25 15:00:55belopolskysetrecipients: + belopolsky, mark.dickinson, r.david.murray, ethan.furman, tbarbugli
2015-02-25 15:00:55belopolskysetmessageid: <1424876455.06.0.347093908911.issue23517@psf.upfronthosting.co.za>
2015-02-25 15:00:55belopolskylinkissue23517 messages
2015-02-25 15:00:54belopolskycreate