diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-12-06 17:25:19 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-12-06 17:25:19 (GMT) |
commit | ff3dbe9141a8bff0e3731ce20ddc327e0b00e9af (patch) | |
tree | bc2d7087980eca2ef81417d8a8f434487ac13004 /Misc | |
parent | 2d0eb65f455ddd66f74ad01a8f4a44d271f2a3da (diff) | |
parent | 53c53ea4c5440593a527bf3d106b5f7feebeed40 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |