summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libgzip.tex
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2001-08-09 07:21:56 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2001-08-09 07:21:56 (GMT)
commit8cc965c1fb7da494c5abfb3eef49f017dcdc9939 (patch)
tree51d8b26474351a7bbfdf2a7e3e4e18a5e9e36998 /Doc/lib/libgzip.tex
parentf30f1fc900d214f11d351daa9ae88013f16cd039 (diff)
downloadcpython-8cc965c1fb7da494c5abfb3eef49f017dcdc9939.zip
cpython-8cc965c1fb7da494c5abfb3eef49f017dcdc9939.tar.gz
cpython-8cc965c1fb7da494c5abfb3eef49f017dcdc9939.tar.bz2
Patch #448474: Add support for tell() and seek() to gzip.GzipFile.
Diffstat (limited to 'Doc/lib/libgzip.tex')
-rw-r--r--Doc/lib/libgzip.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libgzip.tex b/Doc/lib/libgzip.tex
index 34ec897..aab70a1 100644
--- a/Doc/lib/libgzip.tex
+++ b/Doc/lib/libgzip.tex
@@ -21,8 +21,8 @@ The module defines the following items:
\begin{classdesc}{GzipFile}{\optional{filename\optional{, mode\optional{,
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
+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.
The new class instance is based on \var{fileobj}, which can be a