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 vstinner
Recipients christian.heimes, collinwinter, gregory.p.smith, jyasskin, loewis, mark.dickinson, pitrou, schuppenies, vstinner
Date 2009-02-17.23:02:27
SpamBayes Score 1.2639686e-06
Marked as misclassified No
Message-id <1234911749.63.0.657212726256.issue4258@psf.upfronthosting.co.za>
In-reply-to
Content
New attachment: pidigits_noprint.py, hacked version of pidigits.py to 
remove the print and add the computation time in millisecond. Print 
was useless because we don't want to benchmark int->str conversion, 
especially when the integer is in [0; 9].
History
Date User Action Args
2009-02-17 23:02:29vstinnersetrecipients: + vstinner, loewis, collinwinter, gregory.p.smith, mark.dickinson, pitrou, christian.heimes, jyasskin, schuppenies
2009-02-17 23:02:29vstinnersetmessageid: <1234911749.63.0.657212726256.issue4258@psf.upfronthosting.co.za>
2009-02-17 23:02:28vstinnerlinkissue4258 messages
2009-02-17 23:02:28vstinnercreate