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 alex, arigo, fijall, rbcollins, rhettinger, serhiy.storchaka
Date 2015-03-17.23:03:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1426633435.55.0.853371002342.issue23552@psf.upfronthosting.co.za>
In-reply-to
Content
Implemented Robert's suggestion.

$ ./python -m timeit -n1 -r 10 -s "import time, random" -- "time.sleep(random.random())"
1 loops, best of 10: 30.2 msec per loop
:0: UserWarning: The test results are likely unreliable. The worst
time (946 msec) was more than four times slower than the best time.
History
Date User Action Args
2015-03-17 23:03:55serhiy.storchakasetrecipients: + serhiy.storchaka, arigo, rhettinger, rbcollins, alex, fijall
2015-03-17 23:03:55serhiy.storchakasetmessageid: <1426633435.55.0.853371002342.issue23552@psf.upfronthosting.co.za>
2015-03-17 23:03:55serhiy.storchakalinkissue23552 messages
2015-03-17 23:03:55serhiy.storchakacreate