You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recommended in the Python docs (https://docs.python.org/3/howto/pyporting.html#text-versus-binary-data):
"(...) You should also use io.open() for opening files instead of
the built-in open() function as the io module is consistent
from Python 2 to 3 while the built-in open() function is not
(in Python 3 it’s actually io.open())."
0 commit comments