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 vstinner
Recipients belopolsky, ethan.furman, mark.dickinson, r.david.murray, tbarbugli, vstinner
Date 2015-02-25.17:33:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1424885628.25.0.60029512262.issue23517@psf.upfronthosting.co.za>
In-reply-to
Content
> What do you mean by "currently"?  What versions of python have it wrong?

I search for "ROUND" in Modules/_datetimemodule.c: in the Python development branch (default), I found _PyTime_ROUND_DOWN (Round towards zero). Since a bug was reported, I understand that it's not the good rounding method?
History
Date User Action Args
2015-02-25 17:33:48vstinnersetrecipients: + vstinner, mark.dickinson, belopolsky, r.david.murray, ethan.furman, tbarbugli
2015-02-25 17:33:48vstinnersetmessageid: <1424885628.25.0.60029512262.issue23517@psf.upfronthosting.co.za>
2015-02-25 17:33:48vstinnerlinkissue23517 messages
2015-02-25 17:33:48vstinnercreate