Merge with 3.4
This commit is contained in:
commit
d7841ef48b
|
@ -196,7 +196,7 @@ Options: -v verbose (print all checked file names)
|
|||
print('Checking %s...' % fn)
|
||||
|
||||
try:
|
||||
with open(fn, 'r') as f:
|
||||
with open(fn, 'r', encoding='utf-8') as f:
|
||||
lines = list(f)
|
||||
except (IOError, OSError) as err:
|
||||
print('%s: cannot open: %s' % (fn, err))
|
||||
|
|
Loading…
Reference in New Issue