summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-02-06 08:35:40 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-02-06 08:35:40 (GMT)
commitb6c86fd87f93f73c8d5f759d3f5136f1a1cc67e9 (patch)
tree55c7afdcc6d513a552b69e7a3ff4481c11f4a873 /Misc
parente201e9d584e2922997eeacad06ee6e84a6419d08 (diff)
parentb5b9c8cd402b8ab8d6cb00f157ac855b37a1e5c6 (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 03a4584..b7f1214 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.