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 akitada, amaury.forgeotdarc, brian.curtin, collinwinter, ezio.melotti, georg.brandl, giampaolo.rodola, gregory.p.smith, jaylogan, jhalcrow, jimjjewett, loewis, mark, moreati, mrabarnett, nneonneo, pitrou, r.david.murray, rsc, sjmachin, timehorse, vbr
Date 2010-09-12.18:42:23
SpamBayes Score 0.025406051
Marked as misclassified No
Message-id <1284316946.42.0.315589033725.issue2636@psf.upfronthosting.co.za>
In-reply-to
Content
Another flag? Hmm.

How about this instead: if a scoped flag appears at the end of a regex (and would therefore normally have no effect) then it's treated as though it's at the start of the regex. Thus:

    foo(?i)

is treated like:

    (?i)foo
History
Date User Action Args
2010-09-12 18:42:27mrabarnettsetrecipients: + mrabarnett, loewis, georg.brandl, collinwinter, gregory.p.smith, jimjjewett, sjmachin, amaury.forgeotdarc, pitrou, nneonneo, giampaolo.rodola, rsc, timehorse, mark, vbr, ezio.melotti, jaylogan, akitada, moreati, r.david.murray, brian.curtin, jhalcrow
2010-09-12 18:42:26mrabarnettsetmessageid: <1284316946.42.0.315589033725.issue2636@psf.upfronthosting.co.za>
2010-09-12 18:42:24mrabarnettlinkissue2636 messages
2010-09-12 18:42:24mrabarnettcreate