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

Fred L. Drake fdrake@users.sourceforge.net
Thu, 10 May 2001 18:08:15 -0700


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

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

Replace "\begin{classdesc}{SomeClass}{\unspecified}" with
"\begin{classdesc*}{SomeClass}" -- the rendering of \unspecified was
identical to \moreargs, so this helps clarify things just a little.


Index: libdifflib.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libdifflib.tex,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** libdifflib.tex	2001/04/10 19:56:09	1.5
--- libdifflib.tex	2001/05/11 01:08:13	1.6
***************
*** 41,45 ****
  \end{funcdesc}
  
! \begin{classdesc}{SequenceMatcher}{\unspecified}
    This is a flexible class for comparing pairs of sequences of any
    type, so long as the sequence elements are hashable.  The basic
--- 41,45 ----
  \end{funcdesc}
  
! \begin{classdesc*}{SequenceMatcher}
    This is a flexible class for comparing pairs of sequences of any
    type, so long as the sequence elements are hashable.  The basic
***************
*** 72,75 ****
--- 72,77 ----
  
  \subsection{SequenceMatcher Objects \label{sequence-matcher}}
+ 
+ The \class{SequenceMatcher} class has this constructor:
  
  \begin{classdesc}{SequenceMatcher}{\optional{isjunk\optional{,

Index: libzipfile.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libzipfile.tex,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** libzipfile.tex	2001/05/09 19:57:37	1.9
--- libzipfile.tex	2001/05/11 01:08:13	1.10
***************
*** 26,30 ****
  \end{excdesc}
  
! \begin{classdesc}{ZipFile}{\unspecified}
    The class for reading and writing ZIP files.  See
    ``\citetitle{ZipFile Objects}'' (section \ref{zipfile-objects}) for
--- 26,30 ----
  \end{excdesc}
  
! \begin{classdesc*}{ZipFile}
    The class for reading and writing ZIP files.  See
    ``\citetitle{ZipFile Objects}'' (section \ref{zipfile-objects}) for
***************
*** 32,36 ****
  \end{classdesc}
  
! \begin{classdesc}{PyZipFile}{\unspecified}
    Class for creating ZIP archives containing Python libraries.
  \end{classdesc}
--- 32,36 ----
  \end{classdesc}
  
! \begin{classdesc*}{PyZipFile}
    Class for creating ZIP archives containing Python libraries.
  \end{classdesc}