mirror of
https://github.com/python/cpython.git
synced 2025-08-27 20:25:18 +00:00
Whitespace normalization.
This commit is contained in:
parent
4d7cad115d
commit
200a58058a
1 changed files with 2 additions and 2 deletions
|
@ -88,7 +88,7 @@ _state = None
|
||||||
|
|
||||||
DEFAULT_BUFSIZE = 8*1024
|
DEFAULT_BUFSIZE = 8*1024
|
||||||
|
|
||||||
def input(files=None, inplace=0, backup="", bufsize=0,
|
def input(files=None, inplace=0, backup="", bufsize=0,
|
||||||
mode="r", openhook=None):
|
mode="r", openhook=None):
|
||||||
"""input([files[, inplace[, backup[, mode[, openhook]]]]])
|
"""input([files[, inplace[, backup[, mode[, openhook]]]]])
|
||||||
|
|
||||||
|
@ -194,7 +194,7 @@ class FileInput:
|
||||||
sequential order; random access and readline() cannot be mixed.
|
sequential order; random access and readline() cannot be mixed.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def __init__(self, files=None, inplace=0, backup="", bufsize=0,
|
def __init__(self, files=None, inplace=0, backup="", bufsize=0,
|
||||||
mode="r", openhook=None):
|
mode="r", openhook=None):
|
||||||
if isinstance(files, basestring):
|
if isinstance(files, basestring):
|
||||||
files = (files,)
|
files = (files,)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue