]> granicus.if.org Git - python/commit
bpo-36895: remove time.clock() as per removal notice. (GH-13270)
authorMatthias Bussonnier <bussonniermatthias@gmail.com>
Mon, 13 May 2019 01:34:44 +0000 (18:34 -0700)
committerGregory P. Smith <greg@krypto.org>
Mon, 13 May 2019 01:34:44 +0000 (18:34 -0700)
commite2500610c62673f42371b54fb0e4de83e4b33146
tree93cb4b92e995d87613fa249d4195f069229b3518
parent5d23e282af69d404a3430bb95aefe371112817b3
bpo-36895: remove time.clock() as per removal notice. (GH-13270)

`time.clock()` was deprecated in 3.3, and marked for removal removal in
3.8; this thus remove it from the time module.
Doc/library/time.rst
Lib/test/test_time.py
Misc/NEWS.d/next/Library/2019-05-12-14-49-13.bpo-36895.ZZuuY7.rst [new file with mode: 0644]
Modules/timemodule.c