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 mrabarnett
Recipients amaury.forgeotdarc, ezio.melotti, mrabarnett, steve.newcomb
Date 2012-09-18.17:07:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1347988078.48.0.662005406537.issue15956@psf.upfronthosting.co.za>
In-reply-to
Content
There needed to be a way of referring to named groups in the replacement template. The existing form \groupnumber clearly wouldn't work. Other regex implementations, such as Perl, do have \g and also \k (for named groups).

In my implementation I added support for \g in regex strings.
History
Date User Action Args
2012-09-18 17:07:58mrabarnettsetrecipients: + mrabarnett, amaury.forgeotdarc, ezio.melotti, steve.newcomb
2012-09-18 17:07:58mrabarnettsetmessageid: <1347988078.48.0.662005406537.issue15956@psf.upfronthosting.co.za>
2012-09-18 17:07:58mrabarnettlinkissue15956 messages
2012-09-18 17:07:57mrabarnettcreate