]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.8] closes bpo-39135: Remove 'time.clock()' mention in docs. (GH-17713)
authorBenjamin Peterson <benjamin@python.org>
Fri, 27 Dec 2019 03:07:21 +0000 (21:07 -0600)
committerGitHub <noreply@github.com>
Fri, 27 Dec 2019 03:07:21 +0000 (21:07 -0600)
commitb9b92d34646d6a1fca120f98476912f5e4ca7f34
treeffe51842dc710a5c09dd7b458b82345b7a2fdc16
parenta5deabd8e43a76bf2d7923342b6c4395c1a5efcd
[3.8] closes bpo-39135: Remove 'time.clock()' mention in docs. (GH-17713)

`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.
(cherry picked from commit 91874bb07161bb481b6f5ea18ffafe69cb8cac30)

Co-authored-by: Michael Wayne Goodman <goodman.m.w@gmail.com>
Doc/library/time.rst