[Python-Dev] PEP 418: Add monotonic clock (original) (raw)
Matt Joiner anacrolix at gmail.com
Tue Mar 27 20🔞29 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 ]
I renamed time.steady() to time.trymonotonic() in the PEP. It's a temporary name until we decide what to do with this function.
How about get rid of it?
Also monotonic should either not exist if it's not available, or always guarantee a (artificially) monotonic value. Finding out that something is already known to not work shouldn't require a call and a faked OSError. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20120328/d409d016/attachment-0001.html>
- 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 ]