]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45874: Handle empty query string correctly in urllib.parse.parse_qsl (#29716)
authorChristian Sattler <sattler.christian@gmail.com>
Sun, 12 Dec 2021 08:41:12 +0000 (09:41 +0100)
committerGitHub <noreply@github.com>
Sun, 12 Dec 2021 08:41:12 +0000 (10:41 +0200)
commite6fe10d34096a23be7d26271cf6aba429313b01d
tree09dbfe6bda0f9207031b376a6a384f7a2fe2d0ce
parent4325a766f5f603ef6dfb8c4d5798e5e73cb5efd5
bpo-45874: Handle empty query string correctly in urllib.parse.parse_qsl (#29716)
Lib/test/test_cgi.py
Lib/urllib/parse.py
Misc/NEWS.d/next/Library/2021-12-02-11-55-45.bpo-45874.dtJIsN.rst [new file with mode: 0644]