summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2014-12-01 11:07:45 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2014-12-01 11:07:45 (GMT)
commitb491e0521fd6e1a2e6f3e6354a2a296c7c8a2915 (patch)
tree0d0a19d7f5e62bd46298541a9ad9816abb25d631 /Misc/NEWS
parent9cba9895028fcb24f242a3577d39f4d43198a0bc (diff)
downloadcpython-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/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 8089fac..9cac209 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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