FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

gh-116897: Deprecate generic false values in urllib.parse.parse_qsl() by serhiy-storchaka · Pull Request #116903 · python/cpython · GitHub

/ cpython Public

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

Merged
serhiy-storchaka merged 5 commits into
python:mainfrom
serhiy-storchaka:parse_qsl-deprecate-false-value
Nov 12, 2024
Merged

gh-116897: Deprecate generic false values in urllib.parse.parse_qsl()#116903
serhiy-storchaka merged 5 commits into
python:mainfrom
serhiy-storchaka:parse_qsl-deprecate-false-value

Conversation

serhiy-storchaka commented Mar 16, 2024
edited by github-actions Bot
Loading

Copy link
Copy Markdown
Member

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 marked this pull request as ready for review July 19, 2024 13:38
serhiy-storchaka merged commit 7577307 into python:main Nov 12, 2024
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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


Back | FazBrowse Home | New Git URL