]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.8] bpo-32498: Improve exception message on passing bytes to urllib.parse.unquote...
authorIrit Katriel <iritkatriel@yahoo.com>
Sun, 18 Oct 2020 21:06:34 +0000 (22:06 +0100)
committerGitHub <noreply@github.com>
Sun, 18 Oct 2020 21:06:34 +0000 (00:06 +0300)
commit1a3f7c042a32fb813835243bd7f96e47c665bfdc
treeb115c0e1011c068090718a41759217071ed481aa
parent1040299e9283609f3de0f6e32a0d43458fe7f4f6
[3.8] bpo-32498: Improve exception message on passing bytes to urllib.parse.unquote (GH-22746)
Lib/test/test_urllib.py
Lib/urllib/parse.py
Misc/NEWS.d/next/Library/2020-10-18-19-22-39.bpo-32498.MoqSgo.rst [new file with mode: 0644]