This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Energya
Recipients Energya, docs@python
Date 2020-04-28.10:52:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1588071150.59.0.956744642529.issue40419@roundup.psfhosted.org>
In-reply-to
Content
The docs for the `timeit` CLI (https://docs.python.org/3/library/timeit.html#cmdoption-timeit-h) still mention that successive powers of 10 are tried. However, as this also uses the `timeit.Timer.autorange()` function, it uses the new sequence 1, 2, 5, 10, 20, 50, ... instead.
History
Date User Action Args
2020-04-28 10:52:30Energyasetrecipients: + Energya, docs@python
2020-04-28 10:52:30Energyasetmessageid: <1588071150.59.0.956744642529.issue40419@roundup.psfhosted.org>
2020-04-28 10:52:30Energyalinkissue40419 messages
2020-04-28 10:52:30Energyacreate