From b9b92d34646d6a1fca120f98476912f5e4ca7f34 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Thu, 26 Dec 2019 21:07:21 -0600 Subject: [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 --- Doc/library/time.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/Doc/library/time.rst b/Doc/library/time.rst index e628ac4..6842e90 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` -- cgit v0.12