Added module references; minor grammatical fixes.

All suggested by Eric Raymond.
This commit is contained in:
Fred Drake 1999-05-11 15:14:15 +00:00
parent 9ade7e0110
commit 184e8360e8
3 changed files with 20 additions and 4 deletions

View file

@ -70,6 +70,10 @@ not begin with a digit in the range 1--5.
\begin{seealso}
\seemodule{netrc}{Parser for the \file{.netrc} file format. The file
\file{.netrc} is typically used by FTP clients to
load user authentication information before prompting
the user.}
\seetext{The file \file{Tools/scripts/ftpmirror.py}\index{ftpmirror.py}
in the Python source distribution is a script that can mirror
FTP sites, or portions thereof, using the \module{ftplib} module.