STINNER Victor <vstin...@python.org> added the comment:

Yeah, time.time(), time.monotonic() and time.perf_counter() can benefit of a 
note suggestion to use time.time_ns(), time.monotonic_ns() or 
time.perf_counter_ns() to better precision.

----------

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

Reply via email to