commit | 8d5c8b525e04553216976b09ce238813e57af290 | [log] [tgz] |
---|---|---|
author | Kurt B. Kaiser <kbk@shore.net> | Wed Oct 10 00:36:38 2007 +0000 |
committer | Kurt B. Kaiser <kbk@shore.net> | Wed Oct 10 00:36:38 2007 +0000 |
tree | b92e4bd0a80796173b28efc1cc2a684022d81b74 | |
parent | 49f21743beba32597d95ec217a8e434aaab45024 [diff] [blame] |
the default class attr is needed!
diff --git a/Lib/idlelib/IOBinding.py b/Lib/idlelib/IOBinding.py index 5a15995..6ab4db0 100644 --- a/Lib/idlelib/IOBinding.py +++ b/Lib/idlelib/IOBinding.py
@@ -242,6 +242,7 @@ 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: