[issue36461] timeit: Additional changes for autorange

Steven D'Aprano report at bugs.python.org
Sat Jun 1 06:54:11 EDT 2019


Steven D'Aprano <steve+python at pearwood.info> added the comment:

> ``if number is None or number < 0``

Sorry, that should be number == 0

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36461>
_______________________________________


More information about the Python-bugs-list mailing list