New submission from Sander van Rijn <svr...@gmail.com>:

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.

----------
assignee: docs@python
components: Documentation
messages: 367517
nosy: Sander van Rijn, docs@python
priority: normal
severity: normal
status: open
title: timeit CLI docs still mention old power sequence
type: enhancement
versions: Python 3.7, Python 3.8, Python 3.9

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue40419>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to