Ned Deily <n...@acm.org> added the comment:

I don't have a strong feeling about it but it seems to me that getstatusoutput 
is broken now so something should needs to be changed.  If I understand your 
suggestion, adding a universal_newlines option to getstatusoutput similar to 
Popen, with a True (default) to return str False to return bytes, should 
provide an upwards compatible compromise.  And whatever solution is adopted for 
Issue6135 should be able to be applied here as well.

On the other hand, getstatusoutput was a carryover from the commands module in 
Python 2 and I'm not sure why it was not just removed in Python 3 as it seems 
to duplicate what can be done with Popen.  Perhaps it should just be deprecated 
and removed?

----------

_______________________________________
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