summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2011-06-18 02:24:05 (GMT)
committerR David Murray <rdmurray@bitdance.com>2011-06-18 02:24:05 (GMT)
commitc88bce1580c61ee33bf72e55b817940dba46d99c (patch)
treeb2326ab96c8d50fda11c4db71e1827cc3c9ccfa9 /Misc
parent05ff9904010a488cc640637ac8255cae41b270dd (diff)
downloadcpython-c88bce1580c61ee33bf72e55b817940dba46d99c.zip
cpython-c88bce1580c61ee33bf72e55b817940dba46d99c.tar.gz
cpython-c88bce1580c61ee33bf72e55b817940dba46d99c.tar.bz2
#11700: proxy object close methods can now be called multiple times
This makes them work like the close provided by regular file objects.
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 ec8b72e..170d522 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -25,6 +25,9 @@ Core and Builtins
Library
-------
+- Issue #11700: mailbox proxy object close methods can now be called multiple
+ times without error.
+
- Issue #11767: Correct file descriptor leak in mailbox's __getitem__ method.
- Issue #12133: AbstractHTTPHandler.do_open() of urllib.request closes the HTTP