]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
closes bpo-39135: Remove 'time.clock()' mention in docs. (GH17709)
authorMichael Wayne Goodman <goodman.m.w@gmail.com>
Fri, 27 Dec 2019 03:01:08 +0000 (11:01 +0800)
committerBenjamin Peterson <benjamin@python.org>
Fri, 27 Dec 2019 03:01:08 +0000 (21:01 -0600)
commit91874bb07161bb481b6f5ea18ffafe69cb8cac30
tree989938cc4693c396f5a34c89e649c72130ea4505
parentc0052f3fe3d19820b2d4f76e383035439affe32c
closes bpo-39135: Remove 'time.clock()' mention in docs. (GH17709)

`time.clock()` was removed in Python 3.8, but it was still mentioned
in the documentation for when `time.get_clock_info()` is given the
argument `'clock'`. This commit removes that mention.
Doc/library/time.rst