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 tshepang
Recipients docs@python, tshepang
Date 2012-06-25.18:01:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1340647320.14.0.672684715585.issue15183@psf.upfronthosting.co.za>
In-reply-to
Content
I looked at 'python -m time -h' and the timeit doc, and it was not clear to me (after a quick read) that the statement(s) inside --setup option and setup keyword argument weren't included in the speed test. I had to check for myself by writing code.
History
Date User Action Args
2012-06-25 18:02:00tshepangsetrecipients: + tshepang, docs@python
2012-06-25 18:02:00tshepangsetmessageid: <1340647320.14.0.672684715585.issue15183@psf.upfronthosting.co.za>
2012-06-25 18:01:59tshepanglinkissue15183 messages
2012-06-25 18:01:59tshepangcreate