]> granicus.if.org Git - python/commit
bpo-32025: Add time.thread_time() (#4410)
authorAntoine Pitrou <pitrou@free.fr>
Wed, 15 Nov 2017 21:52:21 +0000 (22:52 +0100)
committerGitHub <noreply@github.com>
Wed, 15 Nov 2017 21:52:21 +0000 (22:52 +0100)
commit4bd41c9b52ea0c730e9e294caaf003e54c088c6e
tree9bb2c82cd67af88b9a3990ef081dd4b2c2f668c8
parent762b9571c9c8c6b036f1bf90140a1d030b3f9a01
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
Doc/library/time.rst
Doc/whatsnew/3.7.rst
Lib/test/test_time.py
Misc/NEWS.d/next/Library/2017-11-15-20-03-45.bpo-32025.lnIKYT.rst [new file with mode: 0644]
Modules/timemodule.c