summaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-02-09 10:20:52 +0000
committerMartin Panter <vadmium+py@gmail.com>2016-02-09 10:20:52 +0000
commit44391481d7d302bbe1c9c9eb0518b6a45f21e0b9 (patch)
tree4f38a3f7621411a61d1c4a34e8a8e885ca69f8d3 /Misc
parent0c0d537b24f66cf16c76ce8f13c21de2ebdbdf44 (diff)
downloadcpython-git-44391481d7d302bbe1c9c9eb0518b6a45f21e0b9.tar.gz
Issue #26045: Add UTF-8 suggestion to error in http.client
Based on patch by Guido van Rossum.
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 5aa57b9233..29a09d756a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -73,6 +73,9 @@ Core and Builtins
Library
-------
+- Issue #26045: Add UTF-8 suggestion to error message when posting a
+ non-Latin-1 string with http.client.
+
- Issue #12923: Reset FancyURLopener's redirect counter even if there is an
exception. Based on patches by Brian Brazil and Daniel Rocco.