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 vstinner
Date 2012-03-28.01:11:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1332897091.91.0.591449917803.issue14428@psf.upfronthosting.co.za>
In-reply-to
Content
Attached patch implements the PEP 418: add time.monotonic() and time.hires(). In practice, it replaces time.steady() by time.hires() and time.steady(strict=True) by time.monotonic().
History
Date User Action Args
2012-03-28 01:11:31vstinnersetrecipients: + vstinner
2012-03-28 01:11:31vstinnersetmessageid: <1332897091.91.0.591449917803.issue14428@psf.upfronthosting.co.za>
2012-03-28 01:11:31vstinnerlinkissue14428 messages
2012-03-28 01:11:30vstinnercreate