[issue12759] "(?P=)" input for Tools/scripts/redemo.py raises unnhandled exception

Masha Katsman report at bugs.python.org
Tue Nov 22 02:35:05 CET 2011


Masha Katsman <mkatsman at yahoo.com> added the comment:

The problem with the above expression is that it does not specify a group name. The expression itself is not right. So, it blows up when it tries to parse the name. I put the check for the empty name before any processing is done.

----------
Added file: http://bugs.python.org/file23751/patch_for_12759

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


More information about the Python-bugs-list mailing list