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

[3.12] gh-74668: Fix support of bytes in urllib.parse.parse_qsl() (GH-115771) by miss-islington · Pull Request #116366 · python/cpython · GitHub

/ cpython Public

[3.12] gh-74668: Fix support of bytes in urllib.parse.parse_qsl() (GH-115771) - #116366

Merged
serhiy-storchaka merged 1 commit into
python:3.12from
miss-islington:backport-bdba8ef-3.12
Mar 5, 2024
Merged

[3.12] gh-74668: Fix support of bytes in urllib.parse.parse_qsl() (GH-115771)#116366
serhiy-storchaka merged 1 commit into
python:3.12from
miss-islington:backport-bdba8ef-3.12

Conversation

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

Copy link
Copy Markdown
Contributor

urllib.parse functions parse_qs() and parse_qsl() now support bytes
arguments containing raw and percent-encoded non-ASCII data.
(cherry picked from commit bdba8ef)

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

…honGH-115771)

urllib.parse functions parse_qs() and parse_qsl() now support bytes
arguments containing raw and percent-encoded non-ASCII data.
(cherry picked from commit bdba8ef)

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