Message281504
| Author | mrabarnett |
|---|---|
| Recipients | Rosuav, barry, docs@python, ezio.melotti, lelit, mrabarnett, nedbat, serhiy.storchaka |
| Date | 2016-11-22.19:42:40 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1479843761.03.0.11370280558.issue28450@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
@Barry: repl already supports some escapes, e.g. \g<name> for named groups, although not \xXX et al, so deprecating unknown escapes like in the pattern makes sense to me.
BTW, the regex module already supports \xXX, \N{XXX}, etc. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-11-22 19:42:41 | mrabarnett | set | recipients: + mrabarnett, barry, nedbat, ezio.melotti, docs@python, Rosuav, serhiy.storchaka, lelit |
| 2016-11-22 19:42:41 | mrabarnett | set | messageid: <1479843761.03.0.11370280558.issue28450@psf.upfronthosting.co.za> |
| 2016-11-22 19:42:41 | mrabarnett | link | issue28450 messages |
| 2016-11-22 19:42:40 | mrabarnett | create | |