[issue18975] timeit: Use thousands separators and print number of loops per second

Serhiy Storchaka report at bugs.python.org
Sun Sep 8 19:59:03 CEST 2013


Serhiy Storchaka added the comment:

I'm afraid the adding any separators will make some people angry. With a comma or space it no more a valid number in Python and many other languages and can't be copy/pasted and parsed.

Actually I sometimes use small shell scripts to run "python -m timeit" and parsing results with grep, sed and awk. It is easer in simplest cases than writing it on Python (especially when different Python binaries used).

I'm -0,1.

----------
nosy: +serhiy.storchaka

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18975>
_______________________________________


More information about the Python-bugs-list mailing list