[issue13846] Add time.monotonic() function

STINNER Victor report at bugs.python.org
Mon Jan 30 00:09:39 CET 2012


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

> Do we actually yet another function, or could this be covered by adding a parameter such as monotonic=False, perhaps to wallclock().

A monotonic is a different clock, it would be surprising that an
argument uses another clock.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13846>
_______________________________________


More information about the Python-bugs-list mailing list