]> granicus.if.org Git - python/commitdiff
Add index entry for GzipFile class.
authorFred Drake <fdrake@acm.org>
Fri, 3 Apr 1998 06:48:16 +0000 (06:48 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 3 Apr 1998 06:48:16 +0000 (06:48 +0000)
Doc/lib/libgzip.tex
Doc/libgzip.tex

index 5dff3d175e5b2c62b17ab7bb8887d6ded87f9743..a56e573e356c54c5c8759be0055efc78b788c4e0 100644 (file)
@@ -12,9 +12,11 @@ file object.
 \class{GzipFile} objects simulate most of the methods of a file
 object, though it's not possible to use the \method{seek()} and
 \method{tell()} methods to access the file randomly.
+\withsubitem{(class in gzip)}{\ttindex{GzipFile}}
 
 
-\begin{funcdesc}{open}{fileobj\optional{, filename\optional{, mode\optional{, compresslevel}}}}
+\begin{funcdesc}{open}{fileobj\optional{, filename\optional{,
+                       mode\optional{, compresslevel}}}}
   Returns a new \class{GzipFile} object on top of \var{fileobj}, which
   can be a regular file, a \class{StringIO} object, or any object which
   simulates a file.
index 5dff3d175e5b2c62b17ab7bb8887d6ded87f9743..a56e573e356c54c5c8759be0055efc78b788c4e0 100644 (file)
@@ -12,9 +12,11 @@ file object.
 \class{GzipFile} objects simulate most of the methods of a file
 object, though it's not possible to use the \method{seek()} and
 \method{tell()} methods to access the file randomly.
+\withsubitem{(class in gzip)}{\ttindex{GzipFile}}
 
 
-\begin{funcdesc}{open}{fileobj\optional{, filename\optional{, mode\optional{, compresslevel}}}}
+\begin{funcdesc}{open}{fileobj\optional{, filename\optional{,
+                       mode\optional{, compresslevel}}}}
   Returns a new \class{GzipFile} object on top of \var{fileobj}, which
   can be a regular file, a \class{StringIO} object, or any object which
   simulates a file.