mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +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
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue