commit | 9298eff5f9a9a0b7e80523a97723693482ed0392 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Wed Jul 26 12:12:56 2006 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Wed Jul 26 12:12:56 2006 +0000 |
tree | cf19b69595c86717c07fe99e53dee8e990fb9c89 | |
parent | 5f135787ec4040bfbeb16f2944086028635151db [diff] [blame] |
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.
diff --git a/Misc/NEWS b/Misc/NEWS index 15e74f3..4644c82 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -42,6 +42,8 @@ Library ------- +- Bug #978833: Really close underlying socket in _socketobject.close. + - Bug #1459963: urllib and urllib2 now normalize HTTP header names correctly with title().