Amaury Forgeot d'Arc added the comment:

\g is meant to be used in re.sub(), in the replacement text (see the docs); in 
the search pattern, (?P=startquote) can be used to refer to a named group.
The docs of "(?P<name>...)" looks clear to me.

----------
nosy: +amaury.forgeotdarc
resolution:  -> invalid
stage:  -> committed/rejected
status: open -> closed

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

Reply via email to