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 Tim.Graham, ezio.melotti, mrabarnett, pitrou, python-dev, serhiy.storchaka
Date 2016-09-15.15:33:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473953620.12.0.251844831933.issue22493@psf.upfronthosting.co.za>
In-reply-to
Content
@Tim: Why are you using re.search with '^'? Does the pattern that's passed in ever contain '(?m)'? If not, re.match without '^' is better.
History
Date User Action Args
2016-09-15 15:33:40mrabarnettsetrecipients: + mrabarnett, pitrou, ezio.melotti, python-dev, serhiy.storchaka, Tim.Graham
2016-09-15 15:33:40mrabarnettsetmessageid: <1473953620.12.0.251844831933.issue22493@psf.upfronthosting.co.za>
2016-09-15 15:33:40mrabarnettlinkissue22493 messages
2016-09-15 15:33:40mrabarnettcreate