[Python-Dev] PEP 418: Add monotonic clock (original) (raw)
Yury Selivanov yselivanov.ml at gmail.com
Tue Mar 27 19:10:40 CEST 2012
- Previous message: [Python-Dev] PEP 418: Add monotonic clock
- Next message: [Python-Dev] PEP 418: Add monotonic clock
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 2012-03-27, at 9:23 AM, Nick Coghlan wrote:
time.trymonotonic() # Monotonic is preferred, but non-monotonic presents a tolerable risk
This function seems unnecessary. It's easy to implement it when required in your application, hence I don't think it is worth adding to the stdlib.
- Yury
- Previous message: [Python-Dev] PEP 418: Add monotonic clock
- Next message: [Python-Dev] PEP 418: Add monotonic clock
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]