diff options
author | R David Murray <rdmurray@bitdance.com> | 2011-06-18 02:24:05 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2011-06-18 02:24:05 (GMT) |
commit | c88bce1580c61ee33bf72e55b817940dba46d99c (patch) | |
tree | b2326ab96c8d50fda11c4db71e1827cc3c9ccfa9 /Misc | |
parent | 05ff9904010a488cc640637ac8255cae41b270dd (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |