Skip to content

gh-116897: Deprecate generic false values in urllib.parse.parse_qsl() #116903

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

serhiy-storchaka
Copy link
Member

@serhiy-storchaka serhiy-storchaka commented Mar 16, 2024

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.


📚 Documentation preview 📚: https://cpython-previews--116903.org.readthedocs.build/

…_qsl()

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.
@serhiy-storchaka serhiy-storchaka marked this pull request as ready for review July 19, 2024 13:38
@serhiy-storchaka serhiy-storchaka merged commit 7577307 into python:main Nov 12, 2024
36 checks passed
@serhiy-storchaka serhiy-storchaka deleted the parse_qsl-deprecate-false-value branch November 12, 2024 19:10
picnixz pushed a commit to picnixz/cpython that referenced this pull request Dec 8, 2024
…_qsl() (pythonGH-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.
ebonnal pushed a commit to ebonnal/cpython that referenced this pull request Jan 12, 2025
…_qsl() (pythonGH-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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant