[issue5808] Subprocess.getstatusoutput Fails Executing 'dir' Command on Windows

Senthil report at bugs.python.org
Tue Jul 28 19:20:50 CEST 2009


Senthil <orsenthil at gmail.com> added the comment:

sorin:

You meant the commands module, correct?
It is well documented in the commands reference:
http://docs.python.org/library/commands.html

* It is applicable to unix only.
* the getstatusoutput is moved to subprocess in 3x.

----------
nosy: +orsenthil

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


More information about the Python-bugs-list mailing list