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 jimjjewett, jtate, pitrou, qopit, vstinner, xiaowen
Date 2012-05-16.22:38:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1337207886.45.0.341550636946.issue1508864@psf.upfronthosting.co.za>
In-reply-to
Content
> threading.py imports time.time as _time.

threading is now using a monotonic clock: see the issue #14222 and the PEP 418.
History
Date User Action Args
2012-05-16 22:38:06vstinnersetrecipients: + vstinner, jimjjewett, pitrou, qopit, jtate, xiaowen
2012-05-16 22:38:06vstinnersetmessageid: <1337207886.45.0.341550636946.issue1508864@psf.upfronthosting.co.za>
2012-05-16 22:38:05vstinnerlinkissue1508864 messages
2012-05-16 22:38:05vstinnercreate