[issue9922] subprocess.getstatusoutput can fail with utf8 UnicodeDecodeError

Ross Lagerwall report at bugs.python.org
Thu Dec 22 07:07:03 CET 2011


Ross Lagerwall <rosslagerwall at gmail.com> added the comment:

getstatusoutput() is broken given that it doesn't work on windows yet it should.

I'd also recommend leaving the behavior as is and deprecating the function (and getoutput() while we're at it).

A related bug (#10197) also recommends deprecating getstatusoutput.

----------
nosy: +rosslagerwall

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


More information about the Python-bugs-list mailing list