]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42967: coerce bytes separator to string in urllib.parse_qs(l) (#24818)
authorKen Jin <28750310+Fidget-Spinner@users.noreply.github.com>
Sun, 11 Apr 2021 13:26:09 +0000 (21:26 +0800)
committerGitHub <noreply@github.com>
Sun, 11 Apr 2021 13:26:09 +0000 (06:26 -0700)
commitb38601d49675d90e1ee6faa47f7adaeca992d02d
tree3e3cd26efa597a83a06208db51450d10e99f2240
parent63bf1abfdc2db2798e477c38f41c486e702b7542
bpo-42967: coerce bytes separator to string in urllib.parse_qs(l) (#24818)

* coerce bytes separator to string

* Add news

* Update Misc/NEWS.d/next/Library/2021-03-11-00-31-41.bpo-42967.2PeQRw.rst
Lib/test/test_urlparse.py
Lib/urllib/parse.py
Misc/NEWS.d/next/Library/2021-03-11-00-31-41.bpo-42967.2PeQRw.rst [new file with mode: 0644]