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 paul.moore, pitrou, steve.dower, tim.golden, vstinner, zach.ware
Date 2017-07-04.09:31:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1499160692.7.0.262359104616.issue29796@psf.upfronthosting.co.za>
In-reply-to
Content
Another option is to change time.sleep() rounding, but it would impact all Python2 code using sleep()... I dislike this option. I expect many complains from users about such backward incompatible change in a minor
release.
History
Date User Action Args
2017-07-04 09:31:32vstinnersetrecipients: + vstinner, paul.moore, pitrou, tim.golden, zach.ware, steve.dower
2017-07-04 09:31:32vstinnersetmessageid: <1499160692.7.0.262359104616.issue29796@psf.upfronthosting.co.za>
2017-07-04 09:31:32vstinnerlinkissue29796 messages
2017-07-04 09:31:32vstinnercreate