]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #16723: httplib.HTTPResponse no longer marked closed when the connection
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 6 Feb 2013 08:37:19 +0000 (10:37 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 6 Feb 2013 08:37:19 +0000 (10:37 +0200)
commitdaf990f8a79820e6e91ab5fa98a873e179d7602f
tree598d732e0a63a7678e239704fc51c6598f9f94a7
parentda23259f992a5f962fa9f95acb6608c2ecada348
parentb6c86fd87f93f73c8d5f759d3f5136f1a1cc67e9
Issue #16723: httplib.HTTPResponse no longer marked closed when the connection
is automatically closed.
Lib/http/client.py
Lib/test/test_httplib.py
Misc/NEWS