]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fixed up some index entries.
authorFred Drake <fdrake@acm.org>
Fri, 28 Dec 2001 04:35:10 +0000 (04:35 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 28 Dec 2001 04:35:10 +0000 (04:35 +0000)
Doc/lib/libftplib.tex
Doc/lib/libhttplib.tex

index e7e534174a8422836e1c42f9d998d35c50e75af6..0d0d7008420b604a176225b7b8f2cae36d98cbcf 100644 (file)
@@ -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
index 685a0bf1600f9500f76e83e8099c07e91535fc95..156e74bfeaa2c5ea14584fff81c35cfd6c64a3df 100644 (file)
@@ -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