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 jstasiak
Recipients georg.brandl, jstasiak, pitrou, serhiy.storchaka, tim.peters
Date 2013-09-09.01:11:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1378689065.13.0.350380049403.issue18983@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2013-09-09 01:11:05jstasiaksetrecipients: + jstasiak, tim.peters, georg.brandl, pitrou, serhiy.storchaka
2013-09-09 01:11:05jstasiaksetmessageid: <1378689065.13.0.350380049403.issue18983@psf.upfronthosting.co.za>
2013-09-09 01:11:05jstasiaklinkissue18983 messages
2013-09-09 01:11:04jstasiakcreate