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 kamek, mrabarnett, niemeyer, rhettinger, timehorse
Date 2008-10-13.15:35:22
SpamBayes Score 0.008017925
Marked as misclassified No
Message-id <1223912123.13.0.0573362259559.issue694374@psf.upfronthosting.co.za>
In-reply-to
Content
Perl (?number) for calling numbered groups and (?&name) for named groups
 (Perl also supports (?P>name)). (?R) is equivalent to (?0).

It's interesting that the documentation for both Perl and PCRE say that
they support (?P>name) because that's what Python uses!
History
Date User Action Args
2008-10-13 15:35:23mrabarnettsetrecipients: + mrabarnett, rhettinger, niemeyer, kamek, timehorse
2008-10-13 15:35:23mrabarnettsetmessageid: <1223912123.13.0.0573362259559.issue694374@psf.upfronthosting.co.za>
2008-10-13 15:35:22mrabarnettlinkissue694374 messages
2008-10-13 15:35:22mrabarnettcreate