]> 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:31:57 +0000 (10:31 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 6 Feb 2013 08:31:57 +0000 (10:31 +0200)
commitb5b9c8cd402b8ab8d6cb00f157ac855b37a1e5c6
treec7aa684b08583ff7093928d4a2a6b641013c5c64
parentf581b372003de0ae604c14a1f1dc2e8c36ea277b
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