Add versionadded tag to docs for timeit.autorange

This commit is contained in:
Steven D'Aprano 2016-08-15 02:47:49 +10:00
parent 09f4f711b6
commit a0d3eeff86
1 changed files with 2 additions and 0 deletions

View 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)