]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.7] bpo-36895: document time.clock() has been removed in 3.8 (GH-13287)
authorMatthias Bussonnier <bussonniermatthias@gmail.com>
Mon, 13 May 2019 16:08:49 +0000 (09:08 -0700)
committerVictor Stinner <vstinner@redhat.com>
Mon, 13 May 2019 16:08:48 +0000 (18:08 +0200)
Doc/library/time.rst

index 8c6813bb7361930ae18266f335bf3d7936da0905..4230c19faf1028f2c89ebf01dc6639fb4ddd19f0 100644 (file)
@@ -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.