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 beng94
Recipients beng94, mark.dickinson, martin.panter, nomeata
Date 2016-02-10.11:01:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1455102080.25.0.630762251443.issue24015@psf.upfronthosting.co.za>
In-reply-to
Content
I don't know what happened to this issue, but it looks good to me. So here is a patch for it as Joachim suggested.

$ time ./python -m timeit "import time; time.sleep(1.0)"
1 loops, best of 3: 1 sec per loop

real	0m4.134s
user	0m0.116s
sys	0m0.004s
History
Date User Action Args
2016-02-10 11:01:20beng94setrecipients: + beng94, mark.dickinson, martin.panter, nomeata
2016-02-10 11:01:20beng94setmessageid: <1455102080.25.0.630762251443.issue24015@psf.upfronthosting.co.za>
2016-02-10 11:01:20beng94linkissue24015 messages
2016-02-10 11:01:20beng94create