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 r.david.murray
Recipients barry, ezio.melotti, loewis, nadeem.vawda, orsenthil, r.david.murray, rosslagerwall
Date 2012-09-16.13:31:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1347802289.05.0.765192819006.issue11454@psf.upfronthosting.co.za>
In-reply-to
Content
Considering how often that test is done, I would consider the compiled version of the short regex the clear winner based on your numbers.  I wonder if we could precompile the regex and load it from a pickle.
History
Date User Action Args
2012-09-16 13:31:29r.david.murraysetrecipients: + r.david.murray, loewis, barry, orsenthil, nadeem.vawda, ezio.melotti, rosslagerwall
2012-09-16 13:31:29r.david.murraysetmessageid: <1347802289.05.0.765192819006.issue11454@psf.upfronthosting.co.za>
2012-09-16 13:31:28r.david.murraylinkissue11454 messages
2012-09-16 13:31:28r.david.murraycreate