L. Peter Deutsch added the comment:

It never occurred to me that the regexp package would be so poorly designed 
that a pattern that so clearly never requires backtracking could require 
exponential time. I'll change the pattern (taking out the + has no effect on 
what strings it matches) and leave it up to others to decide whether the 
performance issue is worth addressing. And thanks for the pointer to the table 
in the Unicode standard.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue16563>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to