[issue2636] Regexp 2.7 (modifications to current re 2.2.2)

Jeffrey C. Jacobs report at bugs.python.org
Tue Jul 6 19:16:26 CEST 2010


Jeffrey C. Jacobs <timehorse at users.sourceforge.net> added the comment:

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.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue2636>
_______________________________________


More information about the Python-bugs-list mailing list