8000 [3.6] bpo-43882 - urllib.parse should sanitize urls containing ASCII newline and tabs by miss-islington · Pull Request #25924 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

[3.6] bpo-43882 - urllib.parse should sanitize urls containing ASCII newline and tabs #25924

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 6, 2021
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
Update versionchanged to 3.6.14
  • Loading branch information
orsenthil committed May 5, 2021
commit 9cf485d90986ea99d2a507653184b23f8763def8
2 changes: 1 addition & 1 deletion Doc/library/urllib.parse.rst
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ or on combining URL components into a URL string.
Characters that affect netloc parsing under NFKC normalization will
now raise :exc:`ValueError`.

.. versionchanged:: 3.8.10
.. versionchanged:: 3.6.14
ASCII newline and tab characters are stripped from the URL.

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