[3.7] bpo-36895: document time.clock() has been removed in 3.8 (GH-13… · python/cpython@24482bd (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Commit 24482bd

Carreauvstinner

authored and

committed

File tree

1 file changed

lines changed

1 file changed

lines changed

Original file line number Diff line number Diff line change
@@ -153,7 +153,7 @@ Functions
153 153 :c:func:`QueryPerformanceCounter`. The resolution is typically better than one
154 154 microsecond.
155 155
156 - .. deprecated:: 3.3
156 + .. deprecated-removed:: 3.3 3.8
157 157 The behaviour of this function depends on the platform: use
158 158 :func:`perf_counter` or :func:`process_time` instead, depending on your
159 159 requirements, to have a well defined behaviour.