Message116223
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 |
|
Date |
User |
Action |
Args |
2010-09-12 18:42:27 | mrabarnett | set | recipients:
+ 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:26 | mrabarnett | set | messageid: <1284316946.42.0.315589033725.issue2636@psf.upfronthosting.co.za> |
2010-09-12 18:42:24 | mrabarnett | link | issue2636 messages |
2010-09-12 18:42:24 | mrabarnett | create | |
|