Message120243
| Author | mrabarnett |
|---|---|
| Recipients | akitada, amaury.forgeotdarc, collinwinter, ezio.melotti, georg.brandl, giampaolo.rodola, gregory.p.smith, jacques, jaylogan, jhalcrow, jimjjewett, loewis, mark, moreati, mrabarnett, nneonneo, pitrou, r.david.murray, rsc, sjmachin, timehorse, vbr |
| Date | 2010-11-02.19:12:12 |
| SpamBayes Score | 0.002432544 |
| Marked as misclassified | No |
| Message-id | <1288725134.59.0.887517688955.issue2636@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
issue2636-20101102a.zip is a new version of the regex module. msg120204 relates to issue #1519638 "Unmatched group in replacement". In 'regex' an unmatched group is treated as an empty string in a replacement template. This behaviour is more in keeping with regex implementations in other languages. msg120206 was caused by not all group references being made case-insensitive when they should be. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2010-11-02 19:12:14 | 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, jacques, jhalcrow |
| 2010-11-02 19:12:14 | mrabarnett | set | messageid: <1288725134.59.0.887517688955.issue2636@psf.upfronthosting.co.za> |
| 2010-11-02 19:12:13 | mrabarnett | link | issue2636 messages |
| 2010-11-02 19:12:12 | mrabarnett | create | |