[issue14277] time.monotonic docstring does not mention the time unit returned

Nicholas Riley report at bugs.python.org
Tue Mar 13 00:24:44 CET 2012


New submission from Nicholas Riley <com-python-bugs at sabi.net>:

Currently:


>>> help(time.monotonic)
Help on built-in function monotonic in module time:

monotonic(...)
    monotonic() -> float
    
    Monotonic clock. The reference point of the returned value is undefined so
    only the difference of consecutive calls is valid.

----------
components: Library (Lib)
messages: 155518
nosy: nriley
priority: normal
severity: normal
status: open
title: time.monotonic docstring does not mention the time unit returned
versions: Python 3.3

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


More information about the Python-bugs-list mailing list