Use the new RFC macros wherever RFCs are referenced by number. No other

changes.
This commit is contained in:
Fred Drake 1998-02-09 19:16:20 +00:00
parent b16166e56f
commit c58912426e
24 changed files with 56 additions and 58 deletions

View file

@ -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: