[issue4388] test_cmd_line fails on MacOS X

Amaury Forgeot d'Arc report at bugs.python.org
Sat Nov 22 13:51:17 CET 2008


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

There is some inconsistency in the conversions with the "command line":
- on input, sys.argv decodes with mbstowcs
- on output, os.system uses utf-8, os.execv uses the 
FileSystemDefaultEncoding.

----------
nosy: +amaury.forgeotdarc

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


More information about the Python-bugs-list mailing list