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 ezio.melotti, mrabarnett, pitrou, serhiy.storchaka
Date 2014-09-18.14:11:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1411049511.68.0.618428735503.issue22410@psf.upfronthosting.co.za>
In-reply-to
Content
@Serhiy: You're overlooking that the LOCALE flag could be inline, e.g. r'(?L)\w+'.

Basically, if you've seen the pattern before, you know whether it has an inline LOCALE flag; if you haven't seen the pattern before, you'll need to parse it anyway, and then you'll discover whether it has an inline LOCALE flag.
History
Date User Action Args
2014-09-18 14:11:51mrabarnettsetrecipients: + mrabarnett, pitrou, ezio.melotti, serhiy.storchaka
2014-09-18 14:11:51mrabarnettsetmessageid: <1411049511.68.0.618428735503.issue22410@psf.upfronthosting.co.za>
2014-09-18 14:11:51mrabarnettlinkissue22410 messages
2014-09-18 14:11:51mrabarnettcreate