summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-02-09 11:57:11 (GMT)
committerMartin Panter <vadmium+py@gmail.com>2016-02-09 11:57:11 (GMT)
commit192697e33b77681cf127871b2ebe3bbbea7c64ed (patch)
tree8f68e589061d6a0650181268c0b881deaa6c6944 /Misc
parentd0c1f7743d7abe802e2013f26c14590c107e8350 (diff)
parent44391481d7d302bbe1c9c9eb0518b6a45f21e0b9 (diff)
downloadcpython-192697e33b77681cf127871b2ebe3bbbea7c64ed.zip
cpython-192697e33b77681cf127871b2ebe3bbbea7c64ed.tar.gz
cpython-192697e33b77681cf127871b2ebe3bbbea7c64ed.tar.bz2
Issue #26045: Merge http.client error addition from 3.5
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 7a198d6..efeff0a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -170,6 +170,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 #26039: Added zipfile.ZipInfo.from_file() and zipinfo.ZipInfo.is_dir().
Patch by Thomas Kluyver.