Browse Source
The open flag `U` causes a deprecation warning starting with Python 3.4. The option to open all kinds of newlines as `\n` has been replaced with the argument `newline=None`. However, this argument is not available for Python 2 unless we use `io.open` instead of `open`.sbg
Julian Oes
6 years ago
committed by
Beat Küng
1 changed files with 2 additions and 1 deletions
Loading…
Reference in new issue