STINNER Victor <victor.stin...@haypocalc.com> added the comment:

I think that it is now too late to change getstatusoutput() output type 
(str->bytes). I prefer Unicode and I think that most users will have to decode 
bytes to Unicode anyway. So the right solution is to be able to configure 
encoding and errors used by TextIOWrapper: see issue #6135.

----------
nosy: +haypo

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue9922>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to