[Python-Dev] Possible bug in re module?

André Malo nd at perlig.de
Tue May 20 22:13:54 CEST 2008


* Dmitry Vasiliev wrote:

> I've just found a strange re behavior:
>  >>> import re
>  >>> re.sub("(?:ab|b|a)", "+", "cbacbabcabc")
>
> 'c++c++c+c'
>
>  >>> re.sub("(?:ab|b|a){2}", "+", "cbacbabcabc")
>
> 'c+c+c+c'
>
> In the last case |-separated expressions seems don't tried from left to
> right. Is it bug or just me?

Looks fine to me.

(Although if I understand that correctly, the userlist would be more 
appropriate).

nd
-- 
"Das Verhalten von Gates hatte mir bewiesen, dass ich auf ihn und seine
beiden Gefährten nicht zu zählen brauchte" -- Karl May, "Winnetou III"

Im Westen was neues: <http://pub.perlig.de/books.html#apache2>


More information about the Python-Dev mailing list