diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-02-09 10:20:52 +0000 |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-02-09 10:20:52 +0000 |
commit | 44391481d7d302bbe1c9c9eb0518b6a45f21e0b9 (patch) | |
tree | 4f38a3f7621411a61d1c4a34e8a8e885ca69f8d3 /Misc | |
parent | 0c0d537b24f66cf16c76ce8f13c21de2ebdbdf44 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |