summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-02-06 08:31:57 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-02-06 08:31:57 (GMT)
commitb5b9c8cd402b8ab8d6cb00f157ac855b37a1e5c6 (patch)
treec7aa684b08583ff7093928d4a2a6b641013c5c64 /Misc
parentf581b372003de0ae604c14a1f1dc2e8c36ea277b (diff)
downloadcpython-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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b7eabd7..78e1c85 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.