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 serhiy.storchaka
Recipients georg.brandl, serhiy.storchaka
Date 2013-09-08.21:15:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1378674956.86.0.740860392271.issue18983@psf.upfronthosting.co.za>
In-reply-to
Content
Just an idea. Currently the timeit module in command line automatically choice most appropriate time unit for human readable output. But this makes the output less machine readable. I propose to add new option which specifies fixed time unit (usec, msec, sec).
History
Date User Action Args
2013-09-08 21:15:56serhiy.storchakasetrecipients: + serhiy.storchaka, georg.brandl
2013-09-08 21:15:56serhiy.storchakasetmessageid: <1378674956.86.0.740860392271.issue18983@psf.upfronthosting.co.za>
2013-09-08 21:15:56serhiy.storchakalinkissue18983 messages
2013-09-08 21:15:56serhiy.storchakacreate