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 benjamin.peterson, effbot, georg.brandl, michael.foord, mrabarnett, rhettinger
Date 2009-03-31.22:03:51
SpamBayes Score 2.9240346e-05
Marked as misclassified No
Message-id <1238537033.09.0.728425979857.issue5337@psf.upfronthosting.co.za>
In-reply-to
Content
One of the limitations is that it identifies what matched by using
capture groups, so if the expressions provided contain captures then it
gets confused! :-)

I handled that by 1) rejecting named captures and 2) changing unnamed
captures into non-captures.
History
Date User Action Args
2009-03-31 22:03:53mrabarnettsetrecipients: + mrabarnett, effbot, georg.brandl, rhettinger, benjamin.peterson, michael.foord
2009-03-31 22:03:53mrabarnettsetmessageid: <1238537033.09.0.728425979857.issue5337@psf.upfronthosting.co.za>
2009-03-31 22:03:52mrabarnettlinkissue5337 messages
2009-03-31 22:03:51mrabarnettcreate