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 Mark.Shannon, Rick Otten, docs@python, ezio.melotti, mrabarnett, r.david.murray
Date 2015-02-27.19:18:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1425064722.75.0.0691048508257.issue23532@psf.upfronthosting.co.za>
In-reply-to
Content
Not quite all. POSIX regexes will always look for the longest match, so the order of the alternatives doesn't matter, i.e. x|xy would give the same result as xy|x.
History
Date User Action Args
2015-02-27 19:18:42mrabarnettsetrecipients: + mrabarnett, ezio.melotti, r.david.murray, docs@python, Mark.Shannon, Rick Otten
2015-02-27 19:18:42mrabarnettsetmessageid: <1425064722.75.0.0691048508257.issue23532@psf.upfronthosting.co.za>
2015-02-27 19:18:42mrabarnettlinkissue23532 messages
2015-02-27 19:18:42mrabarnettcreate