mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +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
|
@ -295,7 +295,7 @@ followed by ``lines`` for the text version or ``binary`` for the binary version.
|
|||
If optional *rest* is given, a ``REST`` command is sent to the server, passing
|
||||
*rest* as an argument. *rest* is usually a byte offset into the requested file,
|
||||
telling the server to restart sending the file's bytes at the requested offset,
|
||||
skipping over the initial bytes. Note however that RFC 959 requires only that
|
||||
skipping over the initial bytes. Note however that :rfc:`959` requires only that
|
||||
*rest* be a string containing characters in the printable range from ASCII code
|
||||
33 to ASCII code 126. The :meth:`transfercmd` method, therefore, converts
|
||||
*rest* to a string, but no check is performed on the string's contents. If the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue