summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2006-07-26 12:12:56 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2006-07-26 12:12:56 (GMT)
commit9298eff5f9a9a0b7e80523a97723693482ed0392 (patch)
treecf19b69595c86717c07fe99e53dee8e990fb9c89 /Misc
parent5f135787ec4040bfbeb16f2944086028635151db (diff)
downloadcpython-9298eff5f9a9a0b7e80523a97723693482ed0392.zip
cpython-9298eff5f9a9a0b7e80523a97723693482ed0392.tar.gz
cpython-9298eff5f9a9a0b7e80523a97723693482ed0392.tar.bz2
Bug #978833: Really close underlying socket in _socketobject.close.
Fix httplib.HTTPConnection.getresponse to not close the socket if it is still needed for the response.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 15e74f3..4644c82 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -42,6 +42,8 @@ Core and builtins
Library
-------
+- Bug #978833: Really close underlying socket in _socketobject.close.
+
- Bug #1459963: urllib and urllib2 now normalize HTTP header names correctly
with title().