diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2018-05-31 04:39:00 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-31 04:39:00 (GMT) |
commit | 0a36ac1a09587735237c5978ebd046313922869c (patch) | |
tree | 95a9ba44ac327cddbec5eb03dfb03cd1bc8f6551 /Doc/library/urllib.parse.rst | |
parent | a5c42284e69fb309bdd17ee8c1c120d1be383012 (diff) | |
download | cpython-0a36ac1a09587735237c5978ebd046313922869c.zip cpython-0a36ac1a09587735237c5978ebd046313922869c.tar.gz cpython-0a36ac1a09587735237c5978ebd046313922869c.tar.bz2 |
bpo-33641: Convert RFC references into links. (GH-7103)
85% of them are already links.
Diffstat (limited to 'Doc/library/urllib.parse.rst')
-rw-r--r-- | Doc/library/urllib.parse.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/urllib.parse.rst b/Doc/library/urllib.parse.rst index c0a388c..2d3488b 100644 --- a/Doc/library/urllib.parse.rst +++ b/Doc/library/urllib.parse.rst @@ -468,7 +468,7 @@ task isn't already covered by the URL parsing functions above. *string* may be either a :class:`str` or a :class:`bytes`. .. versionchanged:: 3.7 - Moved from RFC 2396 to RFC 3986 for quoting URL strings. "~" is now + Moved from :rfc:`2396` to :rfc:`3986` for quoting URL strings. "~" is now included in the set of reserved characters. The optional *encoding* and *errors* parameters specify how to deal with |