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
This warns on the default encoding being used in ``open`` or ``io.open``,
which can lead to cross-platform bugs (for example on Windows where the
default codepage is cp1252), or with the upcoming change to the default Python
encoding (PEP 686, Make UTF-8 mode default https://peps.python.org/pep-0686/)
0 commit comments