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 akuchling, amaury.forgeotdarc, georg.brandl, jimjjewett, mark, mrabarnett, pitrou, rsc, timehorse
Date 2008-10-02.22:49:58
SpamBayes Score 0.0033062482
Marked as misclassified No
Message-id <1222987799.82.0.977009226711.issue2636@psf.upfronthosting.co.za>
In-reply-to
Content
Perl v5.10 offers the ability to have duplicate capture group numbers in
branches. For example:

    (?|(a)|(b))

would number both of the capture groups as group 1.

Something to include?
History
Date User Action Args
2008-10-02 22:49:59mrabarnettsetrecipients: + mrabarnett, akuchling, georg.brandl, jimjjewett, amaury.forgeotdarc, pitrou, rsc, timehorse, mark
2008-10-02 22:49:59mrabarnettsetmessageid: <1222987799.82.0.977009226711.issue2636@psf.upfronthosting.co.za>
2008-10-02 22:49:59mrabarnettlinkissue2636 messages
2008-10-02 22:49:59mrabarnettcreate