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

[3.11] gh-116764: Fix regressions in urllib.parse.parse_qsl() (GH-116801) by miss-islington · Pull Request #116895 · python/cpython · GitHub

/ cpython Public

[3.11] gh-116764: Fix regressions in urllib.parse.parse_qsl() (GH-116801) - #116895

Merged
serhiy-storchaka merged 1 commit into
python:3.11from
miss-islington:backport-1069a46-3.11
Mar 16, 2024
Merged

[3.11] gh-116764: Fix regressions in urllib.parse.parse_qsl() (GH-116801)#116895
serhiy-storchaka merged 1 commit into
python:3.11from
miss-islington:backport-1069a46-3.11

Conversation

miss-islington commented Mar 16, 2024
edited by bedevere-app Bot
Loading

Copy link
Copy Markdown
Contributor
  • Restore support of None and other false values.
  • Raise TypeError for non-zero integers and non-empty sequences.

The regressions were introduced in gh-74668
(bdba8ef).
(cherry picked from commit 1069a46)

Co-authored-by: Serhiy Storchaka storchaka@gmail.com

…H-116801)

* Restore support of None and other false values.
* Raise TypeError for non-zero integers and non-empty sequences.

The regressions were introduced in pythongh-74668
(bdba8ef).
(cherry picked from commit 1069a46)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
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.

2 participants


Back | FazBrowse Home | New Git URL