Skip to content

Commit 24482bd

Browse files
Carreauvstinner
authored andcommitted
[3.7] bpo-36895: document time.clock() has been removed in 3.8 (GH-13287)
1 parent 744129d commit 24482bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/time.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ Functions
153153
:c:func:`QueryPerformanceCounter`. The resolution is typically better than one
154154
microsecond.
155155

156-
.. deprecated:: 3.3
156+
.. deprecated-removed:: 3.3 3.8
157157
The behaviour of this function depends on the platform: use
158158
:func:`perf_counter` or :func:`process_time` instead, depending on your
159159
requirements, to have a well defined behaviour.

0 commit comments

Comments
 (0)