[issue16578] Regular expressions with empty named groups breaks isname check

2012-11-29 Thread Gabriel Rodríguez Alberich
New submission from Gabriel Rodríguez Alberich: >>> import re >>> re.compile("(?P<>)") Traceback (most recent call last): File "", line 1, in File "/usr/lib/python2.7/re.py", line 190, in compile return _compile(pattern, flags)

[issue16578] Regular expressions with empty named groups break isname check

2012-11-29 Thread Gabriel Rodríguez Alberich
Changes by Gabriel Rodríguez Alberich : -- title: Regular expressions with empty named groups breaks isname check -> Regular expressions with empty named groups break isname check ___ Python tracker <http://bugs.python.org/issu

[issue16578] Regular expressions with empty named groups break isname check

2012-11-29 Thread Gabriel Rodríguez Alberich
Gabriel Rodríguez Alberich added the comment: Uh, sorry about that. Thanks. -- status: open -> closed ___ Python tracker <http://bugs.python.org/issu

[issue16578] Regular expressions with empty named groups break isname check

2012-11-29 Thread Gabriel Rodríguez Alberich
Changes by Gabriel Rodríguez Alberich : -- resolution: -> duplicate ___ Python tracker <http://bugs.python.org/issue16578> ___ ___ Python-bugs-list mai