From: Michael Wayne Goodman Date: Fri, 27 Dec 2019 03:01:08 +0000 (+0800) Subject: closes bpo-39135: Remove 'time.clock()' mention in docs. (GH17709) X-Git-Tag: v3.9.0a3~187 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=91874bb07161bb481b6f5ea18ffafe69cb8cac30;p=thirdparty%2FPython%2Fcpython.git 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. --- diff --git a/Doc/library/time.rst b/Doc/library/time.rst index e628ac44e806..6842e9075e1a 100644 --- a/Doc/library/time.rst +++ b/Doc/library/time.rst @@ -218,7 +218,6 @@ Functions Supported clock names and the corresponding functions to read their value are: - * ``'clock'``: :func:`time.clock` * ``'monotonic'``: :func:`time.monotonic` * ``'perf_counter'``: :func:`time.perf_counter` * ``'process_time'``: :func:`time.process_time`