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 serhiy.storchaka
Recipients ezio.melotti, mrabarnett, pitrou, serhiy.storchaka
Date 2014-09-25.10:28:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1411640940.81.0.804351058131.issue22493@psf.upfronthosting.co.za>
In-reply-to
Content
The meaning of inline flags not at the start of regular expression is ambiguous. Current re implementation and regex in the V0 mode enlarge the scope to all expression. In V1 mode in regex they affect only the end of the expression.

I propose to deprecate (and then forbid in 3.7) the use of inline flags not at the start of regular expression. This will help to change the meaning of inline flags in the middle of the expression in future (in 3.8 or later).
History
Date User Action Args
2014-09-25 10:29:00serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, ezio.melotti, mrabarnett
2014-09-25 10:29:00serhiy.storchakasetmessageid: <1411640940.81.0.804351058131.issue22493@psf.upfronthosting.co.za>
2014-09-25 10:29:00serhiy.storchakalinkissue22493 messages
2014-09-25 10:29:00serhiy.storchakacreate