mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Use the new RFC macros wherever RFCs are referenced by number. No other
changes.
This commit is contained in:
parent
b16166e56f
commit
c58912426e
24 changed files with 56 additions and 58 deletions
|
@ -2,7 +2,7 @@
|
|||
\label{module-ftplib}
|
||||
\stmodindex{ftplib}
|
||||
\indexii{FTP}{protocol}
|
||||
\index{RFC!959}
|
||||
\rfcindex{959}
|
||||
|
||||
\renewcommand{\indexsubitem}{(in module ftplib)}
|
||||
|
||||
|
@ -11,8 +11,7 @@ This module defines the class \code{FTP} and a few related items. The
|
|||
can use this to write Python programs that perform a variety of
|
||||
automated FTP jobs, such as mirroring other ftp servers. It is also
|
||||
used by the module \code{urllib} to handle URLs that use FTP. For
|
||||
more information on FTP (File Transfer Protocol), see Internet RFC
|
||||
959.
|
||||
more information on FTP (File Transfer Protocol), see Internet \rfc{959}.
|
||||
|
||||
Here's a sample session using the \code{ftplib} module:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue