[Python-checkins] peps: PEP 418: Mention an use case for truly monotonic clock

victor.stinner python-checkins at python.org
Tue Mar 27 01:30:58 CEST 2012


http://hg.python.org/peps/rev/62a575761ca0
changeset:   4148:62a575761ca0
user:        Victor Stinner <victor.stinner at gmail.com>
date:        Tue Mar 27 01:22:04 2012 +0200
summary:
  PEP 418: Mention an use case for truly monotonic clock

files:
  pep-0418.txt |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/pep-0418.txt b/pep-0418.txt
--- a/pep-0418.txt
+++ b/pep-0418.txt
@@ -26,7 +26,7 @@
  * Implement a timeout: use monotonic clock, or fallback to the clock with
    the highest resolution. time.steady()
  * Benchmark and profiling: time.steady()
- * Truly monotonic clock: ?
+ * Event scheduler: time.monotonic()
 
 time.steady() tries to use a monotonic clock, but it falls back to a
 non-monotonic clock if no monotonic clock is available or if reading a

-- 
Repository URL: http://hg.python.org/peps


More information about the Python-checkins mailing list