STINNER Victor <vstin...@redhat.com> added the comment:

The bug is that sys.getfilesystemencoding() should be the locale encoding. On 
FreeBSD CURRENT, Python uses ASCII for the filesystem encoding, whereas the 
locale encoding is UTF-8.

CURRENT-amd64% env -i ./python -X utf8=0 -c 'import locale, sys; 
print(sys.getfilesystemencoding(), locale.getpreferredencoding())'
ascii UTF-8

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue35290>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to