summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-12-06 17:25:19 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2016-12-06 17:25:19 (GMT)
commitff3dbe9141a8bff0e3731ce20ddc327e0b00e9af (patch)
treebc2d7087980eca2ef81417d8a8f434487ac13004 /Misc
parent2d0eb65f455ddd66f74ad01a8f4a44d271f2a3da (diff)
parent53c53ea4c5440593a527bf3d106b5f7feebeed40 (diff)
downloadcpython-ff3dbe9141a8bff0e3731ce20ddc327e0b00e9af.zip
cpython-ff3dbe9141a8bff0e3731ce20ddc327e0b00e9af.tar.gz
cpython-ff3dbe9141a8bff0e3731ce20ddc327e0b00e9af.tar.bz2
Merge documentation for issue #27030 from 3.6.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 15719f2..e52fbdb 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -165,6 +165,9 @@ Core and Builtins
Library
-------
+- Issue #27030: Unknown escapes consisting of ``'\'`` and an ASCII letter in
+ re.sub() replacement templates regular expressions now are errors.
+
- Issue #28835: Fix a regression introduced in warnings.catch_warnings():
call warnings.showwarning() if it was overriden inside the context manager.