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 giampaolo.rodola, pitrou, rhettinger, serhiy.storchaka, vstinner
Date 2013-10-21.08:19:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382343585.22.0.843070880541.issue19270@psf.upfronthosting.co.za>
In-reply-to
Content
> ... for two calls to time.time() to give the exact same outcome

sched now uses time.monotonic() since Python 3.3. In Python 2.7, there is no default timer, but I get that users pick time.time(). (Oh, sched has no unit test in Python 2.7.)
History
Date User Action Args
2013-10-21 08:19:45vstinnersetrecipients: + vstinner, rhettinger, pitrou, giampaolo.rodola, serhiy.storchaka
2013-10-21 08:19:45vstinnersetmessageid: <1382343585.22.0.843070880541.issue19270@psf.upfronthosting.co.za>
2013-10-21 08:19:45vstinnerlinkissue19270 messages
2013-10-21 08:19:45vstinnercreate