]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] 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:51:35 +0000 (18:51 +0100)
committerGitHub <noreply@github.com>
Tue, 5 Mar 2024 17:51:35 +0000 (17:51 +0000)
commit55faaa5c3661e96f38e23e5ceedafd3f9fac8272
tree53168c22e63052f94489e6edb9c63ce5475c0877
parent85c32ad9fd3780d8cc68a692c396cc840c093d69
[3.12] gh-74668: Fix support of bytes in urllib.parse.parse_qsl() (GH-115771) (GH-116366)

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]