[Python-checkins] CVS: python/dist/src/Doc/lib libgzip.tex,1.13,1.14

Martin v. L?wis loewis@users.sourceforge.net
Thu, 09 Aug 2001 00:21:58 -0700


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

Modified Files:
	libgzip.tex 
Log Message:
Patch #448474: Add support for tell() and seek() to gzip.GzipFile.


Index: libgzip.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libgzip.tex,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** libgzip.tex	2000/10/18 17:43:06	1.13
--- libgzip.tex	2001/08/09 07:21:56	1.14
***************
*** 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{seek()} and \method{tell()} 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()},
! \method{truncate()}, and \method{xreadlines()} methods.  At least one of
  \var{fileobj} and \var{filename} must be given a non-trivial value.