diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-02-09 11:57:11 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-02-09 11:57:11 (GMT) |
commit | 192697e33b77681cf127871b2ebe3bbbea7c64ed (patch) | |
tree | 8f68e589061d6a0650181268c0b881deaa6c6944 /Misc | |
parent | d0c1f7743d7abe802e2013f26c14590c107e8350 (diff) | |
parent | 44391481d7d302bbe1c9c9eb0518b6a45f21e0b9 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |