mirror of https://github.com/python/cpython
the default class attr is needed!
This commit is contained in:
parent
49f21743be
commit
8d5c8b525e
|
@ -242,6 +242,7 @@ class IOBinding:
|
|||
|
||||
eol = r"(\r\n)|\n|\r" # \r\n (Windows), \n (UNIX), or \r (Mac)
|
||||
eol_re = re.compile(eol)
|
||||
eol_convention = os.linesep # default
|
||||
|
||||
def loadfile(self, filename):
|
||||
try:
|
||||
|
|
Loading…
Reference in New Issue