[issue6135] subprocess seems to use local 8-bit encoding and gives no choice

Amaury Forgeot d'Arc report at bugs.python.org
Thu Dec 31 14:30:48 CET 2009


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

I don't understand. How is the subprocess stdout related to the main
program output?
Stream-specific encoding could be useful for subprocesses that expect
latin-1 from stdin but write utf-8 to stdout. I'm not sure we should
support this.

----------

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


More information about the Python-bugs-list mailing list