]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-116897: Deprecate generic false values in urllib.parse.parse_qsl() (GH-116903)
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 12 Nov 2024 19:10:29 +0000 (21:10 +0200)
committerGitHub <noreply@github.com>
Tue, 12 Nov 2024 19:10:29 +0000 (21:10 +0200)
commit7577307ebdaeef6702b639e22a896080e81aae4e
tree0fabee28382b27e06d4ef8658d58b447f07d421a
parent03924b5deeb766fabd53ced28ba707e4dd08fb60
gh-116897: Deprecate generic false values in urllib.parse.parse_qsl() (GH-116903)

Accepting objects with false values (like 0 and []) except empty strings
and byte-like objects and None in urllib.parse functions parse_qsl() and
parse_qs() is now deprecated.
Doc/library/urllib.parse.rst
Doc/whatsnew/3.14.rst
Lib/test/test_urlparse.py
Lib/urllib/parse.py
Misc/NEWS.d/next/Library/2024-03-16-13-38-27.gh-issue-116897.UDQTjp.rst [new file with mode: 0644]