[Python-checkins] CVS: python/dist/src/Doc/lib libftplib.tex,1.33,1.34 libhttplib.tex,1.29,1.30

Fred L. Drake fdrake@users.sourceforge.net
2001年12月26日 11:48:45 -0800


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory usw-pr-cvs1:/tmp/cvs-serv4303/lib
Modified Files:
	libftplib.tex libhttplib.tex 
Log Message:
More index entries.
Index: libftplib.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libftplib.tex,v
retrieving revision 1.33
retrieving revision 1.34
diff -C2 -d -r1.33 -r1.34
*** libftplib.tex	2001年08月04日 22:22:45	1.33
--- libftplib.tex	2001年12月26日 19:48:43	1.34
***************
*** 5,12 ****
 \modulesynopsis{FTP protocol client (requires sockets).}
 
 
 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
 programs that perform a variety of automated FTP jobs, such as
 mirroring other ftp servers. It is also used by the module
--- 5,14 ----
 \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. 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
Index: libhttplib.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libhttplib.tex,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -d -r1.29 -r1.30
*** libhttplib.tex	2001年12月21日 03:52:04	1.29
--- libhttplib.tex	2001年12月26日 19:48:43	1.30
***************
*** 6,9 ****
--- 6,10 ----
 
 \indexii{HTTP}{protocol}
+ \index{HTTP!\module{httplib} (standard module)}
 
 This module defines classes which implement the client side of the

AltStyle によって変換されたページ (->オリジナル) /