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 stutzbach
Recipients belopolsky, draghuram, mark.dickinson, rhettinger, stutzbach
Date 2010-05-14.04:19:02
SpamBayes Score 0.13965003
Marked as misclassified No
Message-id <1273810744.57.0.146390012349.issue8692@psf.upfronthosting.co.za>
In-reply-to
Content
Attached is a simple bash script to run math.factorial(n) through timeit for several values of n.  It makes comparing the speed of different builds MUCH easier.
History
Date User Action Args
2010-05-14 04:19:04stutzbachsetrecipients: + stutzbach, rhettinger, mark.dickinson, belopolsky, draghuram
2010-05-14 04:19:04stutzbachsetmessageid: <1273810744.57.0.146390012349.issue8692@psf.upfronthosting.co.za>
2010-05-14 04:19:02stutzbachlinkissue8692 messages
2010-05-14 04:19:02stutzbachcreate