diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2015-03-24 21:23:28 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-03-24 21:23:28 (GMT) |
commit | 8be6be427d7af54cd2dcc5f7c8f73ec2a1e2dfcc (patch) | |
tree | 8ad1b6881ee6f462f15143f863c09243fc199888 /Misc | |
parent | a54aae068325551bcc70c151b483f1b38ca0c687 (diff) | |
parent | 7665be6087d879a96c4238684b2dfc642c67e60c (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |