[issue9922] subprocess.getstatusoutput can fail with utf8 UnicodeDecodeError

Tim Golden report at bugs.python.org
Sun Nov 3 17:28:19 CET 2013


Tim Golden added the comment:

This has nearly been fixed by the rewrite of the get[status]output code under issue10197. There is an issue, though, with the use there of universal_newlines mode, which forces check_output to return a string rather than bytes.

----------
nosy: +tim.golden

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


More information about the Python-bugs-list mailing list