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 steve.newcomb
Recipients amaury.forgeotdarc, ezio.melotti, mrabarnett, steve.newcomb
Date 2012-09-18.18:46:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1347993963.63.0.351348307102.issue15956@psf.upfronthosting.co.za>
In-reply-to
Content
> But this way exists: (?P=startquote) is what you want.

I know how I missed it: I searched for "backref" in the documentation.  I did not find it in the discussion of the pattern language, because that word does not appear where <?P= is discussed.

> contributions are welcome.

See attached brief patch for the documentation.  It changes the example, adds a table of the three processing contexts in which named groups can be referenced, and accounts for users who, like me, may search for "backref".  (I tested everything.  I think it's correct.)

Thanks again for the advice, Amaury.
History
Date User Action Args
2012-09-18 18:46:03steve.newcombsetrecipients: + steve.newcomb, amaury.forgeotdarc, ezio.melotti, mrabarnett
2012-09-18 18:46:03steve.newcombsetmessageid: <1347993963.63.0.351348307102.issue15956@psf.upfronthosting.co.za>
2012-09-18 18:46:03steve.newcomblinkissue15956 messages
2012-09-18 18:46:03steve.newcombcreate