[issue19637] test_subprocess.test_undecodable_env() failure on AIX

David Edelsohn report at bugs.python.org
Mon Nov 18 05:27:59 CET 2013


David Edelsohn added the comment:

$ LC_ALL=C python -c 'import locale; print(locale.getpreferredencoding(False))'
ISO8859-1

It's possible that some additional locales were not installed by default with the system, e.g., UTF-8.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19637>
_______________________________________


More information about the Python-bugs-list mailing list