mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
bpo-33641: Convert RFC references into links. (GH-7103)
85% of them are already links.
This commit is contained in:
parent
a5c42284e6
commit
0a36ac1a09
23 changed files with 56 additions and 60 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue