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

"Martin v. Löwis" martin at v.loewis.de
Sat Mar 24 17:57:21 CET 2012


> I don't see what is the use case requiring a is truly monotonic clock.

A clock that is purely monotonic may not be useful. However, people
typically imply that it will have a certain minimum progress (seconds
advanced/real seconds passed). Then you can use it for timeouts.

Regards,
Martin


More information about the Python-Dev mailing list