]> granicus.if.org Git - python/commit
Close #14309: Deprecate time.clock()
authorVictor Stinner <victor.stinner@gmail.com>
Sun, 29 Apr 2012 00:52:39 +0000 (02:52 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Sun, 29 Apr 2012 00:52:39 +0000 (02:52 +0200)
commit47620a661128ce91f46f01fb46e1326880365e75
tree0018249b44f8b8471e93a9ea0f8567352a0b651f
parentec89539ccccd6103665a7a5c7234cf09f27c1c72
Close #14309: Deprecate time.clock()

Use time.perf_counter() or time.process_time() instead.
Doc/library/time.rst
Doc/whatsnew/3.3.rst
Misc/NEWS