]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42967: coerce bytes separator to string in urllib.parse_qs(l) (GH-24818)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 11 Apr 2021 13:49:35 +0000 (06:49 -0700)
committerGitHub <noreply@github.com>
Sun, 11 Apr 2021 13:49:35 +0000 (06:49 -0700)
commit6ec2fb42f93660810952388e5c4018c197c17c8c
tree2f855b0a8736d5a73c5e6f3ef968e42269a4c8c3
parentdbc0e19a48c6f7229c06f0ae71fae0550c84c37c
bpo-42967: coerce bytes separator to string in urllib.parse_qs(l) (GH-24818)

* coerce bytes separator to string

* Add news

* Update Misc/NEWS.d/next/Library/2021-03-11-00-31-41.bpo-42967.2PeQRw.rst
(cherry picked from commit b38601d49675d90e1ee6faa47f7adaeca992d02d)

Co-authored-by: Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com>
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]