[issue33709] test.support.FS_NONASCII returns incorrect result in Windows with non-US locale

STINNER Victor report at bugs.python.org
Thu May 31 09:32:02 EDT 2018


STINNER Victor <vstinner at redhat.com> added the comment:

> FAIL: test_expandvars_nonascii (__main__.NtCommonTest)

What is your Python version?

Python uses UTF-8 to encode paths on Windows since Python 3.6:
https://vstinner.github.io/python36-utf8-windows.html

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33709>
_______________________________________


More information about the Python-bugs-list mailing list