From: Matthias Bussonnier Date: Mon, 13 May 2019 16:08:49 +0000 (-0700) Subject: [3.7] bpo-36895: document time.clock() has been removed in 3.8 (GH-13287) X-Git-Tag: v3.7.4rc1~161 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=24482bd0ae203116fd7e41ec3219fb2857fb3ac7;p=thirdparty%2FPython%2Fcpython.git [3.7] bpo-36895: document time.clock() has been removed in 3.8 (GH-13287) --- 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.