New submission from Nicholas Riley <com-python-b...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue14277>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to