8000 [3.11] gh-102153: Start stripping C0 control and space chars in `urlsplit` (GH-102508) by miss-islington · Pull Request #104575 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

[3.11] gh-102153: Start stripping C0 control and space chars in urlsplit (GH-102508) #104575

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
merged 2 commits into from
May 17, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
versionchanged:: 3.11.4
  • Loading branch information
gpshead committed May 17, 2023
commit 5e3a8b227f95586354cc5b1c0ff2e1a7dd858e36
2 changes: 1 addition & 1 deletion Doc/library/urllib.parse.rst
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ or on combining URL components into a URL string.
.. versionchanged:: 3.10
ASCII newline and tab characters are stripped from the URL.

.. versionchanged:: 3.12
.. versionchanged:: 3.11.4
Leading WHATWG C0 control and space characters are stripped from the URL.

.. _WHATWG spec: https://url.spec.whatwg.org/#concept-basic-url-parser
Expand Down
0