From 24482bd0ae203116fd7e41ec3219fb2857fb3ac7 Mon Sep 17 00:00:00 2001 From: Matthias Bussonnier Date: Mon, 13 May 2019 09:08:49 -0700 Subject: [PATCH] [3.7] bpo-36895: document time.clock() has been removed in 3.8 (GH-13287) --- Doc/library/time.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/time.rst b/Doc/library/time.rst index 8c6813bb7361..4230c19faf10 100644 --- a/Doc/library/time.rst +++ b/Doc/library/time.rst @@ -153,7 +153,7 @@ Functions :c:func:`QueryPerformanceCounter`. The resolution is typically better than one microsecond. - .. deprecated:: 3.3 + .. deprecated-removed:: 3.3 3.8 The behaviour of this function depends on the platform: use :func:`perf_counter` or :func:`process_time` instead, depending on your requirements, to have a well defined behaviour. -- 2.47.3