diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2014-12-01 11:07:45 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2014-12-01 11:07:45 (GMT) |
commit | b491e0521fd6e1a2e6f3e6354a2a296c7c8a2915 (patch) | |
tree | 0d0a19d7f5e62bd46298541a9ad9816abb25d631 /Misc | |
parent | 9cba9895028fcb24f242a3577d39f4d43198a0bc (diff) | |
download | cpython-b491e0521fd6e1a2e6f3e6354a2a296c7c8a2915.zip cpython-b491e0521fd6e1a2e6f3e6354a2a296c7c8a2915.tar.gz cpython-b491e0521fd6e1a2e6f3e6354a2a296c7c8a2915.tar.bz2 |
Issue #21032. Fixed socket leak if HTTPConnection.getresponse() fails.
Original patch by Martin Panter.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -36,6 +36,9 @@ Core and Builtins Library ------- +- Issue #21032. Fixed socket leak if HTTPConnection.getresponse() fails. + Original patch by Martin Panter. + - Issue #22960: Add a context argument to xmlrpclib.ServerProxy constructor. - Issue #22915: SAX parser now supports files opened with file descriptor or |