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-03.11:54:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1333454065.95.0.98065739826.issue14428@psf.upfronthosting.co.za>
In-reply-to
Content
Patch version 4:
 - Rename time.monotonic() to time.steady()
 - Don't use CLOCK_MONOTONIC_RAW but CLOCK_MONOTONIC for time.highres() and time.steady()
 - Use CLOCK_HIGHRES, useful on Solaris
 - Rewrite time.highres() and time.steady() documentation
History
Date User Action Args
2012-04-03 11:54:25vstinnersetrecipients: + vstinner, lemburg, neologix
2012-04-03 11:54:25vstinnersetmessageid: <1333454065.95.0.98065739826.issue14428@psf.upfronthosting.co.za>
2012-04-03 11:54:25vstinnerlinkissue14428 messages
2012-04-03 11:54:25vstinnercreate