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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=192697e33b77681cf127871b2ebe3bbbea7c64ed;p=thirdparty%2FPython%2Fcpython.git Issue #26045: Merge http.client error addition from 3.5 --- 192697e33b77681cf127871b2ebe3bbbea7c64ed diff --cc Misc/NEWS index 7a198d61341d,29a09d756af3..efeff0a7cca4 --- 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.