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 lemburg, neologix, vstinner
Date 2012-04-04.11:55:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1333540551.71.0.135079009099.issue14428@psf.upfronthosting.co.za>
In-reply-to
Content
Patch version 5, updated to the last version of the PEP:
 - drop time.highres()
 - time.monotonic() is always monotonic but it not always available
 - add a test on time.monotonic() setting the system clock (jump backward wtih a delta of 1 hour)
History
Date User Action Args
2012-04-04 11:55:51vstinnersetrecipients: + vstinner, lemburg, neologix
2012-04-04 11:55:51vstinnersetmessageid: <1333540551.71.0.135079009099.issue14428@psf.upfronthosting.co.za>
2012-04-04 11:55:51vstinnerlinkissue14428 messages
2012-04-04 11:55:51vstinnercreate