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.request.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.request.rst')
-rw-r--r-- | Doc/library/urllib.request.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/urllib.request.rst b/Doc/library/urllib.request.rst index 413d8b6..b7116fa 100644 --- a/Doc/library/urllib.request.rst +++ b/Doc/library/urllib.request.rst @@ -232,7 +232,7 @@ The following classes are provided: containing the image. *unverifiable* should indicate whether the request is unverifiable, - as defined by RFC 2965. It defaults to ``False``. An unverifiable + as defined by :rfc:`2965`. It defaults to ``False``. An unverifiable request is one whose URL the user did not have the option to approve. For example, if the request is for an image in an HTML document, and the user had no option to approve the automatic @@ -504,7 +504,7 @@ request. .. attribute:: Request.unverifiable boolean, indicates whether the request is unverifiable as defined - by RFC 2965. + by :rfc:`2965`. .. attribute:: Request.method |