summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libftplib.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1999-05-11 15:14:15 (GMT)
committerFred Drake <fdrake@acm.org>1999-05-11 15:14:15 (GMT)
commit184e8360e80ca9d536e28dcf14cd219eebf72bd1 (patch)
tree7703471ec0330e3636cf967d2f7e34826153e0a2 /Doc/lib/libftplib.tex
parent9ade7e01109bc4240d497163cd59c9aa14f725cb (diff)
downloadcpython-184e8360e80ca9d536e28dcf14cd219eebf72bd1.zip
cpython-184e8360e80ca9d536e28dcf14cd219eebf72bd1.tar.gz
cpython-184e8360e80ca9d536e28dcf14cd219eebf72bd1.tar.bz2
Added module references; minor grammatical fixes.
All suggested by Eric Raymond.
Diffstat (limited to 'Doc/lib/libftplib.tex')
-rw-r--r--Doc/lib/libftplib.tex4
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/lib/libftplib.tex b/Doc/lib/libftplib.tex
index 5ef9e7e..4014052 100644
--- a/Doc/lib/libftplib.tex
+++ b/Doc/lib/libftplib.tex
@@ -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.