]> granicus.if.org Git - python/commit
Issue #27030: Unknown escapes in re.sub() replacement template are allowed
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 6 Dec 2016 17:15:29 +0000 (19:15 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 6 Dec 2016 17:15:29 +0000 (19:15 +0200)
commit53c53ea4c5440593a527bf3d106b5f7feebeed40
treef02e42b90c60a91a4eabbc08d748704785288dd8
parentb0f75c520ee882295b0d2884469056ebf0d0568b
Issue #27030: Unknown escapes in re.sub() replacement template are allowed
again.  But they still are deprecated and will be disabled in 3.7.
Doc/library/re.rst
Doc/whatsnew/3.6.rst
Lib/sre_parse.py
Lib/test/test_re.py
Misc/NEWS