]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42967: coerce bytes separator to string in urllib.parse_qs(l) (GH-24818) (#25345)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 16 Apr 2021 17:07:31 +0000 (10:07 -0700)
committerGitHub <noreply@github.com>
Fri, 16 Apr 2021 17:07:31 +0000 (10:07 -0700)
commitd5b80eb11b4812b4a579ce129ba4a10c5f5d27f6
tree38112762bf558fc9fbf4b68569ea3ca864426b8e
parent816da333c8ee848dab7c830c561b8df0b8d23915
bpo-42967: coerce bytes separator to string in urllib.parse_qs(l) (GH-24818) (#25345)

* 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>
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]