From: Martin Panter Date: Tue, 9 Feb 2016 11:57:11 +0000 (+0000) Subject: Issue #26045: Merge http.client error addition from 3.5 X-Git-Tag: v3.6.0a1~640 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=192697e33b77681cf127871b2ebe3bbbea7c64ed;p=python Issue #26045: Merge http.client error addition from 3.5 --- 192697e33b77681cf127871b2ebe3bbbea7c64ed diff --cc Misc/NEWS index 7a198d6134,29a09d756a..efeff0a7cc --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -170,9 -73,9 +170,12 @@@ Core and Builtin 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. + - Issue #12923: Reset FancyURLopener's redirect counter even if there is an exception. Based on patches by Brian Brazil and Daniel Rocco.