summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-03-24 21:23:28 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2015-03-24 21:23:28 (GMT)
commit8be6be427d7af54cd2dcc5f7c8f73ec2a1e2dfcc (patch)
tree8ad1b6881ee6f462f15143f863c09243fc199888 /Misc
parenta54aae068325551bcc70c151b483f1b38ca0c687 (diff)
parent7665be6087d879a96c4238684b2dfc642c67e60c (diff)
downloadcpython-8be6be427d7af54cd2dcc5f7c8f73ec2a1e2dfcc.zip
cpython-8be6be427d7af54cd2dcc5f7c8f73ec2a1e2dfcc.tar.gz
cpython-8be6be427d7af54cd2dcc5f7c8f73ec2a1e2dfcc.tar.bz2
Issue #21802: The reader in BufferedRWPair now is closed even when closing
writer failed in BufferedRWPair.close().
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 c148998..b85eeaf 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -30,6 +30,9 @@ Core and Builtins
Library
-------
+- Issue #21802: The reader in BufferedRWPair now is closed even when closing
+ writer failed in BufferedRWPair.close().
+
- Issue #23622: Unknown escapes in regular expressions that consist of ``'\'``
and ASCII letter now raise a deprecation warning and will be forbidden in
Python 3.6.