8 |
8 |
9 The Eric6 used features are emulated only. The not emulated features |
9 The Eric6 used features are emulated only. The not emulated features |
10 should throw a NotImplementedError exception. |
10 should throw a NotImplementedError exception. |
11 """ |
11 """ |
12 |
12 |
13 import __builtin__ |
13 import __builtin__ # __IGNORE_EXCEPTION__ |
14 import codecs |
14 import codecs |
15 |
15 |
16 |
16 |
17 def open(file, mode='r', buffering=-1, encoding=None, |
17 def open(file, mode='r', buffering=-1, encoding=None, |
18 errors=None, newline=None, closefd=True): |
18 errors=None, newline=None, closefd=True): |