This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author amaury.forgeotdarc
Recipients amaury.forgeotdarc, ezio.melotti, mrabarnett, steve.newcomb
Date 2012-09-17.14:13:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1347891224.66.0.115065387605.issue15956@psf.upfronthosting.co.za>
In-reply-to
Content
\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.
History
Date User Action Args
2012-09-17 14:13:44amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, ezio.melotti, mrabarnett, steve.newcomb
2012-09-17 14:13:44amaury.forgeotdarcsetmessageid: <1347891224.66.0.115065387605.issue15956@psf.upfronthosting.co.za>
2012-09-17 14:13:40amaury.forgeotdarclinkissue15956 messages
2012-09-17 14:13:40amaury.forgeotdarccreate