[Python-checkins] CVS: python/dist/src/Doc/lib libftplib.tex,1.33,1.33.16.1 libhttplib.tex,1.28.4.1,1.28.4.1.2.1

Fred L. Drake fdrake@users.sourceforge.net
Thu, 27 Dec 2001 20:35:12 -0800


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory usw-pr-cvs1:/tmp/cvs-serv5173/lib

Modified Files:
      Tag: release22-maint
	libftplib.tex libhttplib.tex 
Log Message:
Fixed up some index entries.

Index: libftplib.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libftplib.tex,v
retrieving revision 1.33
retrieving revision 1.33.16.1
diff -C2 -d -r1.33 -r1.33.16.1
*** libftplib.tex	2001/08/04 22:22:45	1.33
--- libftplib.tex	2001/12/28 04:35:10	1.33.16.1
***************
*** 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.28.4.1
retrieving revision 1.28.4.1.2.1
diff -C2 -d -r1.28.4.1 -r1.28.4.1.2.1
*** libhttplib.tex	2001/12/21 03:51:53	1.28.4.1
--- libhttplib.tex	2001/12/28 04:35:10	1.28.4.1.2.1
***************
*** 6,9 ****
--- 6,10 ----
  
  \indexii{HTTP}{protocol}
+ \index{HTTP!\module{httplib} (standard module)}
  
  This module defines classes which implement the client side of the