[issue8632] subprocess doesn't handle Windows built-in commands as os.system() does

Philip Jenvey report at bugs.python.org
Thu May 6 00:25:23 CEST 2010


Philip Jenvey <pjenvey at underboss.org> added the comment:

shell commands don't work because you're not specifying the shell=True argument to Popen. This is covered in the subprocess "Replacing os.system" documentation

----------
nosy: +pjenvey
resolution:  -> invalid
status: open -> closed

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


More information about the Python-bugs-list mailing list