Globals/compatibility_fixes.py

changeset 4359
ac1dda9f3f19
parent 4343
afe0da217745
child 4384
04896c4a5a8e
equal deleted inserted replaced
4357:815d1f3116ff 4359:ac1dda9f3f19
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):

eric ide

mercurial