]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-74668: Fix support of bytes in urllib.parse.parse_qsl() (GH-115771)
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 5 Mar 2024 15:49:50 +0000 (17:49 +0200)
committerGitHub <noreply@github.com>
Tue, 5 Mar 2024 15:49:50 +0000 (17:49 +0200)
commitbdba8ef42b15e651dc23374a08143cc2b4c4657d
tree8af049682491f0bb9bd8c49b0f7886b5544fb9c4
parentf97f25ef5dfcdfec0d9a359fd970abd139cf3428
gh-74668: Fix support of bytes in urllib.parse.parse_qsl() (GH-115771)

urllib.parse functions parse_qs() and parse_qsl() now support bytes
arguments containing raw and percent-encoded non-ASCII data.
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]