New submission from STINNER Victor <victor.stin...@gmail.com>:

Attached patch implements the PEP 418: add time.monotonic() and time.hires(). 
In practice, it replaces time.steady() by time.hires() and 
time.steady(strict=True) by time.monotonic().

----------
components: Library (Lib)
files: pep418.patch
keywords: patch
messages: 156960
nosy: haypo
priority: normal
severity: normal
status: open
title: Implementation of the PEP 418
versions: Python 3.3
Added file: http://bugs.python.org/file25053/pep418.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue14428>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to