[Python-checkins] python/dist/src/Lib gzip.py,1.34,1.35
gvanrossum@users.sourceforge.net
gvanrossum@users.sourceforge.net
Tue, 06 Aug 2002 10:03:27 -0700
Update of /cvsroot/python/python/dist/src/Lib
In directory usw-pr-cvs1:/tmp/cvs-serv23935
Modified Files:
gzip.py
Log Message:
Remove mention of deprecated xreadlines method.
Index: gzip.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/gzip.py,v
retrieving revision 1.34
retrieving revision 1.35
diff -C2 -d -r1.34 -r1.35
*** gzip.py 29 May 2002 16:18:42 -0000 1.34
--- gzip.py 6 Aug 2002 17:03:25 -0000 1.35
***************
*** 38,42 ****
class GzipFile:
"""The GzipFile class simulates most of the methods of a file object with
! the exception of the readinto(), truncate(), and xreadlines() methods.
"""
--- 38,42 ----
class GzipFile:
"""The GzipFile class simulates most of the methods of a file object with
! the exception of the readinto() and truncate() methods.
"""