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 Jim.Jewett, docs@python, vstinner
Date 2012-03-19.12:48:35
SpamBayes Score 0.00840579
Marked as misclassified No
Message-id <1332161315.97.0.298484019617.issue14318@psf.upfronthosting.co.za>
In-reply-to
Content
FYI "may not" comes from the C++ Timeout Specification:

"Objects of class steady_clock represent clocks for which values of time_point never decrease as physical time advances and for which values of time_point advance at a steady rate relative to real time. That is, the clock may not be adjusted."

http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2010/n3191.htm
History
Date User Action Args
2012-03-19 12:48:36vstinnersetrecipients: + vstinner, docs@python, Jim.Jewett
2012-03-19 12:48:35vstinnersetmessageid: <1332161315.97.0.298484019617.issue14318@psf.upfronthosting.co.za>
2012-03-19 12:48:35vstinnerlinkissue14318 messages
2012-03-19 12:48:35vstinnercreate