mirror of
https://github.com/python/cpython.git
synced 2025-07-29 06:05:00 +00:00
Get rid of xreadlines() (methods).
This commit is contained in:
parent
7c3072437a
commit
7096760b25
11 changed files with 9 additions and 47 deletions
|
@ -29,7 +29,7 @@ __all__ = ["RExec"]
|
|||
class FileBase:
|
||||
|
||||
ok_file_methods = ('fileno', 'flush', 'isatty', 'read', 'readline',
|
||||
'readlines', 'seek', 'tell', 'write', 'writelines', 'xreadlines',
|
||||
'readlines', 'seek', 'tell', 'write', 'writelines',
|
||||
'__iter__')
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue