mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +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
|
@ -37,7 +37,7 @@ def open(filename, mode="rb", compresslevel=9):
|
|||
|
||||
class GzipFile:
|
||||
"""The GzipFile class simulates most of the methods of a file object with
|
||||
the exception of the readinto(), truncate(), and xreadlines() methods.
|
||||
the exception of the readinto() and truncate() methods.
|
||||
|
||||
"""
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue