[issue14428] Implementation of the PEP 418

STINNER Victor report at bugs.python.org
Wed Apr 4 13:55:51 CEST 2012


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

Patch version 5, updated to the last version of the PEP:
 - drop time.highres()
 - time.monotonic() is always monotonic but it not always available
 - add a test on time.monotonic() setting the system clock (jump backward wtih a delta of 1 hour)

----------
Added file: http://bugs.python.org/file25115/pep418-5.patch

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


More information about the Python-bugs-list mailing list