[issue27030] Remove deprecated re features

Serhiy Storchaka report at bugs.python.org
Tue Dec 6 05:25:34 EST 2016


Serhiy Storchaka added the comment:

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.

----------
assignee: serhiy.storchaka -> ned.deily
priority: normal -> release blocker
resolution: fixed -> 
stage: resolved -> patch review
status: closed -> open
Added file: http://bugs.python.org/file45774/re-sub-allow-unknown-escapes.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27030>
_______________________________________


More information about the Python-bugs-list mailing list