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 timehorse
Recipients akitada, akuchling, amaury.forgeotdarc, brian.curtin, collinwinter, ezio.melotti, georg.brandl, gregory.p.smith, jaylogan, jimjjewett, loewis, mark, moreati, mrabarnett, nneonneo, pitrou, r.david.murray, rsc, sjmachin, timehorse, vbr
Date 2010-07-06.17:16:24
SpamBayes Score 0.0038851146
Marked as misclassified No
Message-id <1278436586.61.0.573952934497.issue2636@psf.upfronthosting.co.za>
In-reply-to
Content
My only addition opinion is that re is very much used in deployed python applications and was written not just for correctness but also speed.  As such, regex should be benchmarked fairly to show that it is commensurately speedy.  I wouldn't not personally object to a slightly slower module, though not one that is noticeably slower and if it can be proven faster in the average case, it's one more check in the box for favorable inclusion.
History
Date User Action Args
2010-07-06 17:16:26timehorsesetrecipients: + timehorse, loewis, akuchling, georg.brandl, collinwinter, gregory.p.smith, jimjjewett, sjmachin, amaury.forgeotdarc, pitrou, nneonneo, rsc, mark, vbr, ezio.melotti, mrabarnett, jaylogan, akitada, moreati, r.david.murray, brian.curtin
2010-07-06 17:16:26timehorsesetmessageid: <1278436586.61.0.573952934497.issue2636@psf.upfronthosting.co.za>
2010-07-06 17:16:24timehorselinkissue2636 messages
2010-07-06 17:16:24timehorsecreate