diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-02-06 08:31:57 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-02-06 08:31:57 (GMT) |
commit | b5b9c8cd402b8ab8d6cb00f157ac855b37a1e5c6 (patch) | |
tree | c7aa684b08583ff7093928d4a2a6b641013c5c64 /Misc | |
parent | f581b372003de0ae604c14a1f1dc2e8c36ea277b (diff) | |
download | cpython-b5b9c8cd402b8ab8d6cb00f157ac855b37a1e5c6.zip cpython-b5b9c8cd402b8ab8d6cb00f157ac855b37a1e5c6.tar.gz cpython-b5b9c8cd402b8ab8d6cb00f157ac855b37a1e5c6.tar.bz2 |
Issue #16723: httplib.HTTPResponse no longer marked closed when the connection
is automatically closed.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -212,6 +212,8 @@ Core and Builtins Library ------- +- Issue #16723: httplib.HTTPResponse no longer marked closed when the connection + is automatically closed. - Issue #16948: Fix quoted printable body encoding for non-latin1 character sets in the email package. |