[Python-Dev] Rename time.steady(strict=True) to time.monotonic()?

Steven D'Aprano steve at pearwood.info
Sat Mar 24 01:16:10 CET 2012
Victor Stinner wrote:

> - time.clock(): monotonic clock on Windows, CPU time on UNIX

Actually, I think that is not correct. Or at least *was* not correct in 2006.

http://bytes.com/topic/python/answers/527849-time-clock-going-backwards




-- 
Steven



More information about the Python-Dev mailing list