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 flox
Recipients ajaksu2, flox, jepler, orsenthil, pitrou, rhettinger, tseaver
Date 2010-05-11.14:02:33
SpamBayes Score 0.00032016708
Marked as misclassified No
Message-id <1273586556.89.0.909390687407.issue1285086@psf.upfronthosting.co.za>
In-reply-to
Content
The speed test script did not work on 2.5 (because timeit.Timer does not accept a callable).
Fixed version, which benchmarks the str.translate(...) version.

Change the '_new_quote_setup' assignment to test other variants.
History
Date User Action Args
2010-05-11 14:02:37floxsetrecipients: + flox, jepler, rhettinger, tseaver, orsenthil, pitrou, ajaksu2
2010-05-11 14:02:36floxsetmessageid: <1273586556.89.0.909390687407.issue1285086@psf.upfronthosting.co.za>
2010-05-11 14:02:35floxlinkissue1285086 messages
2010-05-11 14:02:34floxcreate