Gregory P. Smith added the comment:

I intend subprocess32 to Python 2 only.  Python 3 users should use the standard 
library subprocess module.

subprocess32 does not include getstatusoutput() or getoutput() functions as 
those are available in the Python 2 stdlib commands module.

----------

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

Reply via email to