[Python-checkins] python/dist/src/Doc/lib libgzip.tex,1.15,1.16

gvanrossum@users.sourceforge.net gvanrossum@users.sourceforge.net
Tue, 06 Aug 2002 10:03:06 -0700


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

Modified Files:
	libgzip.tex 
Log Message:
Remove mention of deprecated xreadlines method.


Index: libgzip.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libgzip.tex,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** libgzip.tex	2 Aug 2002 17:20:46 -0000	1.15
--- libgzip.tex	6 Aug 2002 17:03:04 -0000	1.16
***************
*** 22,27 ****
                              compresslevel\optional{, fileobj}}}}}
  Constructor for the \class{GzipFile} class, which simulates most of
! the methods of a file object, with the exception of the \method{readinto()},
! \method{truncate()}, and \method{xreadlines()} methods.  At least one of
  \var{fileobj} and \var{filename} must be given a non-trivial value.
  
--- 22,27 ----
                              compresslevel\optional{, fileobj}}}}}
  Constructor for the \class{GzipFile} class, which simulates most of
! the methods of a file object, with the exception of the \method{readinto()}
! and \method{truncate()} methods.  At least one of
  \var{fileobj} and \var{filename} must be given a non-trivial value.