Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Prev Previous commit
Next Next commit
Update Doc/library/urllib.parse.rst
Co-authored-by: Serhiy Storchaka <[email protected]>
  • Loading branch information
orsenthil and serhiy-storchaka authored Apr 29, 2021
commit 908e744a28a2275df39ba6a1402090bf07494ef8
2 changes: 1 addition & 1 deletion Doc/library/urllib.parse.rst
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ or on combining URL components into a URL string.
decomposed before parsing, no error will be raised.

Following the `WHATWG spec`_ that updates RFC 3986, ASCII newline
``\n``, ``\r`` and tab ``\t`` characters are stripped from the url.
``\n``, ``\r`` and tab ``\t`` characters are stripped from the URL.

.. versionchanged:: 3.6
Out-of-range port numbers now raise :exc:`ValueError`, instead of
Expand Down