]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #28469: timeit now uses the sequence 1, 2, 5, 10, 20, 50,... instead
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 23 Oct 2016 12:17:05 +0000 (15:17 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 23 Oct 2016 12:17:05 +0000 (15:17 +0300)
commitd3ff784f2d6ffaeee0e9aa1999d2e8ceed47ae82
tree2198560cad1ef6289313a9b808997c803ebe03db
parentf8d7d41507d8c0855b58c9be14011381d03c5cde
Issue #28469: timeit now uses the sequence 1, 2, 5, 10, 20, 50,... instead
of 1, 10, 100,... for autoranging.
Doc/library/timeit.rst
Lib/test/test_timeit.py
Lib/timeit.py
Misc/NEWS