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-02-09.23:00:33
SpamBayes Score 8.215712e-06
Marked as misclassified No
Message-id <1328828434.41.0.993247720876.issue13981@psf.upfronthosting.co.za>
In-reply-to
Content
With the PEP 410, it is possible to store timestamps with a resolution of 1 nanosecond. Python should use nanosleep() if the function is available for time.sleep().

This issue depends on issue #13882.
History
Date User Action Args
2012-02-09 23:00:34vstinnersetrecipients: + vstinner
2012-02-09 23:00:34vstinnersetmessageid: <1328828434.41.0.993247720876.issue13981@psf.upfronthosting.co.za>
2012-02-09 23:00:33vstinnerlinkissue13981 messages
2012-02-09 23:00:33vstinnercreate