[Python-Dev] PEP 564: Add new time functions with nanosecond resolution (original) (raw)

Victor Stinner victor.stinner at gmail.com
Tue Oct 17 09:11:12 EDT 2017


Since the time.clock() function was deprecated in Python 3.3, no time.clockns() is added.

FYI I just proposed a change to remove time.clock() from Python 3.7: https://bugs.python.org/issue31803

This change is not required by, nor directly related to, the PEP 564.

Victor



More information about the Python-Dev mailing list