We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f014a68 commit 82d6d5aCopy full SHA for 82d6d5a
Misc/NEWS.d/next/Library/2019-04-25-21-11-37.bpo-36461.TO5YyP.rst
@@ -1,4 +1,4 @@
1
In timeit module:
2
-- added a new parameter *max_time_taken* to ``timeit.timeit()`` and ``timeit.replace()`` methods and ``timeit.Timer()`` class;
+- added a new parameter *target_time* to ``timeit.timeit()`` and ``timeit.replace()`` methods and ``timeit.Timer()`` class;
3
- had `timeit` and `repeat` methods (and functions) fall back
4
- on `autorange` if the number is set to 0 or None.
+ on `autorange` if the number is set to 0 or None.
0 commit comments