mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Remove mention of deprecated xreadlines method.
This commit is contained in:
parent
d79f683772
commit
97c5fccd77
2 changed files with 3 additions and 3 deletions
|
@ -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{readinto()},
|
||||
\method{truncate()}, and \method{xreadlines()} methods. At least one 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.
|
||||
|
||||
The new class instance is based on \var{fileobj}, which can be a
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue