[issue11193] test_subprocess error on AIX

Sébastien Sablé report at bugs.python.org
Mon Feb 14 16:56:44 CET 2011


Sébastien Sablé <sable at users.sourceforge.net> added the comment:

$ LANG=C ./python -Wd -E -bb -c "import sys; print(ascii(sys.argv))" $(echo -ne "abc\xff")['-c', 'abc\xff']
['-c', 'abc\xff']
$ LANG=C ./python -Wd -E -bb -c "import locale; print(locale.nl_langinfo(locale.CODESET))"
ISO8859-1
$ LANG=C ./python -Wd -E -bb -c "import locale; print(locale.getpreferredencoding())"
ISO8859-1

----------

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


More information about the Python-bugs-list mailing list