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 SilentGhost, acucci, belopolsky, berker.peksag, cvrebert, ezio.melotti, gvanrossum, jerry.elmore, lemburg, martin.panter, matrixise, terry.reedy, tim.peters, vstinner
Date 2016-03-01.21:16:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1456866986.87.0.718964296588.issue19475@psf.upfronthosting.co.za>
In-reply-to
Content
> Given that we're talking about what to do when we're suppressing the usecs I don't think roundtripping matters. :-)

I changed many times how Python rounds nanoseconds in the private PyTime API, and I got a bug report because of that! => issue #23517.

By the way, I wrote an article to explain the history the private PyTime API, especially changes on rounding ;-) https://haypo.github.io/pytime.html
History
Date User Action Args
2016-03-01 21:16:26vstinnersetrecipients: + vstinner, lemburg, gvanrossum, tim.peters, terry.reedy, belopolsky, ezio.melotti, cvrebert, SilentGhost, berker.peksag, martin.panter, matrixise, jerry.elmore, acucci
2016-03-01 21:16:26vstinnersetmessageid: <1456866986.87.0.718964296588.issue19475@psf.upfronthosting.co.za>
2016-03-01 21:16:26vstinnerlinkissue19475 messages
2016-03-01 21:16:26vstinnercreate