Jakub Stasiak added the comment:

My 2 cents - I'd split timeit.main function into processing part and argument 
parsing + data printing part so that you could use Python to call the first one 
to get the actual results (timings, numbers of loops etc.) and then present the 
data to the outside world in any needed format - no text parsing needed.

----------
nosy: +jstasiak

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

Reply via email to