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 serhiy.storchaka
Recipients barry, ezio.melotti, mrabarnett, ned.deily, python-dev, r.david.murray, serhiy.storchaka
Date 2016-12-06.10:25:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1481019934.76.0.693101952856.issue27030@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2016-12-06 10:25:34serhiy.storchakasetrecipients: + serhiy.storchaka, barry, ned.deily, ezio.melotti, mrabarnett, r.david.murray, python-dev
2016-12-06 10:25:34serhiy.storchakasetmessageid: <1481019934.76.0.693101952856.issue27030@psf.upfronthosting.co.za>
2016-12-06 10:25:34serhiy.storchakalinkissue27030 messages
2016-12-06 10:25:34serhiy.storchakacreate