Eryk Sun <[email protected]> added the comment:

Workarounds: (1) force 3.6 to use the legacy ANSI filesystem encoding by 
setting the environment variable PYTHONLEGACYWINDOWSFSENCODING. (2) Use 8.3 DOS 
names, if creating them is enabled on the volume. You can check their value in 
CMD via `dir /x`. (3) Create alternative directory symbolic links or junctions 
with ASCII names via CMD's `mklink` command.

----------

_______________________________________
Python tracker <[email protected]>
<https://bugs.python.org/issue32381>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to