Message282514
Here is a patch that partially reverts changes of issue27030. It allows using unknown escapes in re.sub() replacement template, but they are deprecated and will be errors in 3.7.
If this is good to you Barry, and Ned allows, it can be committed in 3.6 only.
But this could delay adding support of new escapes (like \xXX, \uXXXX, etc) in replacement templates. |
|
Date |
User |
Action |
Args |
2016-12-06 10:25:34 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, barry, ned.deily, ezio.melotti, mrabarnett, r.david.murray, python-dev |
2016-12-06 10:25:34 | serhiy.storchaka | set | messageid: <1481019934.76.0.693101952856.issue27030@psf.upfronthosting.co.za> |
2016-12-06 10:25:34 | serhiy.storchaka | link | issue27030 messages |
2016-12-06 10:25:34 | serhiy.storchaka | create | |
|