summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-12-26 19:48:43 +0000
committerFred Drake <fdrake@acm.org>2001-12-26 19:48:43 +0000
commit77298d4a47bf91cc566d2709cbbe29a369d89ed4 (patch)
tree977d00603dc1f540854ab139279cbfddb684f8ed
parent7049f0418d62d97e7c983a6a8da8a12a01096640 (diff)
downloadcpython-77298d4a47bf91cc566d2709cbbe29a369d89ed4.tar.gz
More index entries.
-rw-r--r--Doc/lib/libftplib.tex4
-rw-r--r--Doc/lib/libhttplib.tex1
2 files changed, 4 insertions, 1 deletions
diff --git a/Doc/lib/libftplib.tex b/Doc/lib/libftplib.tex
index e7e534174a..0d0d700842 100644
--- a/Doc/lib/libftplib.tex
+++ b/Doc/lib/libftplib.tex
@@ -4,10 +4,12 @@
\declaremodule{standard}{ftplib}
\modulesynopsis{FTP protocol client (requires sockets).}
+\indexii{FTP}{protocol}
+\index{FTP!\module{ftplib} (standard module)}
This module defines the class \class{FTP} and a few related items.
The \class{FTP} class implements the client side of the FTP
-protocol.\indexii{FTP}{protocol} You can use this to write Python
+protocol. You 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
\refmodule{urllib} to handle URLs that use FTP. For more information
diff --git a/Doc/lib/libhttplib.tex b/Doc/lib/libhttplib.tex
index 685a0bf160..156e74bfea 100644
--- a/Doc/lib/libhttplib.tex
+++ b/Doc/lib/libhttplib.tex
@@ -5,6 +5,7 @@
\modulesynopsis{HTTP and HTTPS protocol client (requires sockets).}
\indexii{HTTP}{protocol}
+\index{HTTP!\module{httplib} (standard module)}
This module defines classes which implement the client side of the
HTTP and HTTPS protocols. It is normally not used directly --- the