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 commit should only fix the ms windows problem, since python use system locale encoding in open() method on ms windows, and use 'utf-8' on most UNIX system.
Following https://peps.python.org/pep-0686/
0 commit comments