]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add versionadded tag to docs for timeit.autorange
authorSteven D'Aprano <steve@pearwood.info>
Sun, 14 Aug 2016 16:47:49 +0000 (02:47 +1000)
committerSteven D'Aprano <steve@pearwood.info>
Sun, 14 Aug 2016 16:47:49 +0000 (02:47 +1000)
Doc/library/timeit.rst

index f046591a808c42e84791ebfbbd5e1fe673d97b1f..5bae33bc8f4b7663a2e396f909791f13f5aeca62 100644 (file)
@@ -148,6 +148,8 @@ The module defines three convenience functions and a public class:
         If *callback* is given and is not *None*, it will be called after
         each trial with two arguments: ``callback(number, time_taken)``.
 
+        .. versionadded:: 3.6
+
 
    .. method:: Timer.repeat(repeat=3, number=1000000)