[Python-checkins] CVS: python/dist/src/Doc/lib libdifflib.tex,1.6,1.7 libzipfile.tex,1.10,1.11

Fred L. Drake fdrake@users.sourceforge.net
Fri, 11 May 2001 08:49:21 -0700


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

Modified Files:
	libdifflib.tex libzipfile.tex 
Log Message:

--sigh--
Finish the last set of changes to these files so the conversion does not
break.


Index: libdifflib.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libdifflib.tex,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** libdifflib.tex	2001/05/11 01:08:13	1.6
--- libdifflib.tex	2001/05/11 15:49:19	1.7
***************
*** 59,63 ****
    expected-case behavior dependent in a complicated way on how many
    elements the sequences have in common; best case time is linear.
! \end{classdesc}
  
  
--- 59,63 ----
    expected-case behavior dependent in a complicated way on how many
    elements the sequences have in common; best case time is linear.
! \end{classdesc*}
  
  

Index: libzipfile.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libzipfile.tex,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** libzipfile.tex	2001/05/11 01:08:13	1.10
--- libzipfile.tex	2001/05/11 15:49:19	1.11
***************
*** 30,38 ****
    ``\citetitle{ZipFile Objects}'' (section \ref{zipfile-objects}) for
    constructor details.
! \end{classdesc}
  
  \begin{classdesc*}{PyZipFile}
    Class for creating ZIP archives containing Python libraries.
! \end{classdesc}
  
  \begin{classdesc}{ZipInfo}{\optional{filename\optional{, date_time}}}
--- 30,38 ----
    ``\citetitle{ZipFile Objects}'' (section \ref{zipfile-objects}) for
    constructor details.
! \end{classdesc*}
  
  \begin{classdesc*}{PyZipFile}
    Class for creating ZIP archives containing Python libraries.
! \end{classdesc*}
  
  \begin{classdesc}{ZipInfo}{\optional{filename\optional{, date_time}}}