]> granicus.if.org Git - python/commit
Issue #16723: httplib.HTTPResponse no longer marked closed when the connection
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 6 Feb 2013 08:35:40 +0000 (10:35 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 6 Feb 2013 08:35:40 +0000 (10:35 +0200)
commitb6c86fd87f93f73c8d5f759d3f5136f1a1cc67e9
tree55c7afdcc6d513a552b69e7a3ff4481c11f4a873
parente201e9d584e2922997eeacad06ee6e84a6419d08
parentb5b9c8cd402b8ab8d6cb00f157ac855b37a1e5c6
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