]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-74668: Fix support of bytes in urllib.parse.parse_qsl() (GH-115771) (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 5 Mar 2024 17:52:03 +0000 (18:52 +0100)
committerGitHub <noreply@github.com>
Tue, 5 Mar 2024 17:52:03 +0000 (17:52 +0000)
commitfa670a59ba3b952ee64fa0fc195cdd0ae787d080
tree831778e5f8aade41205642c21254d1c313630863
parentc75df4b13a1ec6317699142b29380bc500f52dcf
[3.11] gh-74668: Fix support of bytes in urllib.parse.parse_qsl() (GH-115771) (GH-116367)

urllib.parse functions parse_qs() and parse_qsl() now support bytes
arguments containing raw and percent-encoded non-ASCII data.
(cherry picked from commit bdba8ef42b15e651dc23374a08143cc2b4c4657d)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/test/test_urlparse.py
Lib/urllib/parse.py
Misc/NEWS.d/next/Library/2024-02-21-17-54-59.gh-issue-74668.JT-Q8W.rst [new file with mode: 0644]