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.

作者 vstinner
收信人 giampaolo.rodola, pitrou, rhettinger, serhiy.storchaka, vstinner
日期 2013-10-21.08:19:45
SpamBayes Score -1.0
Marked as misclassified
Message-id <1382343585.22.0.843070880541.issue19270@psf.upfronthosting.co.za>
In-reply-to
内容
> ... 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.)
历史
日期 用户 动作 参数
2013-10-21 08:19:45vstinner修改recipients: + vstinner, rhettinger, pitrou, giampaolo.rodola, serhiy.storchaka
2013-10-21 08:19:45vstinner修改messageid: <1382343585.22.0.843070880541.issue19270@psf.upfronthosting.co.za>
2013-10-21 08:19:45vstinner链接issue19270 messages
2013-10-21 08:19:45vstinner创建