diff options
author | Antoine Pitrou <pitrou@free.fr> | 2017-11-15 21:52:21 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-15 21:52:21 (GMT) |
commit | 4bd41c9b52ea0c730e9e294caaf003e54c088c6e (patch) | |
tree | 9bb2c82cd67af88b9a3990ef081dd4b2c2f668c8 /Misc | |
parent | 762b9571c9c8c6b036f1bf90140a1d030b3f9a01 (diff) | |
download | cpython-4bd41c9b52ea0c730e9e294caaf003e54c088c6e.zip cpython-4bd41c9b52ea0c730e9e294caaf003e54c088c6e.tar.gz cpython-4bd41c9b52ea0c730e9e294caaf003e54c088c6e.tar.bz2 |
bpo-32025: Add time.thread_time() (#4410)
* bpo-32025: Add time.thread_time()
* Add missing #endif
* Add NEWS blurb
* Add docs and whatsnew
* Address review comments
* Review comments
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2017-11-15-20-03-45.bpo-32025.lnIKYT.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2017-11-15-20-03-45.bpo-32025.lnIKYT.rst b/Misc/NEWS.d/next/Library/2017-11-15-20-03-45.bpo-32025.lnIKYT.rst new file mode 100644 index 0000000..f3fe3b5 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2017-11-15-20-03-45.bpo-32025.lnIKYT.rst @@ -0,0 +1 @@ +Add time.thread_time() and time.thread_time_ns() |