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)
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
Gabriel Rodríguez Alberich added the comment:
Uh, sorry about that. Thanks.
--
status: open -> closed
___
Python tracker
<http://bugs.python.org/issu
Changes by Gabriel Rodríguez Alberich :
--
resolution: -> duplicate
___
Python tracker
<http://bugs.python.org/issue16578>
___
___
Python-bugs-list mai