diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-02-06 08:35:40 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-02-06 08:35:40 (GMT) |
commit | b6c86fd87f93f73c8d5f759d3f5136f1a1cc67e9 (patch) | |
tree | 55c7afdcc6d513a552b69e7a3ff4481c11f4a873 /Misc | |
parent | e201e9d584e2922997eeacad06ee6e84a6419d08 (diff) | |
parent | b5b9c8cd402b8ab8d6cb00f157ac855b37a1e5c6 (diff) | |
download | cpython-b6c86fd87f93f73c8d5f759d3f5136f1a1cc67e9.zip cpython-b6c86fd87f93f73c8d5f759d3f5136f1a1cc67e9.tar.gz cpython-b6c86fd87f93f73c8d5f759d3f5136f1a1cc67e9.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 | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -163,6 +163,9 @@ 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. |