[issue1524] os.system() fails for commands with multiple quoted file names

qiang report at bugs.python.org
Wed Jul 23 18:47:54 CEST 2008


qiang <interchange at 126.com> added the comment:

in subprocess.py , 
change line 788: args = comspec + " /c " + args
             to: args = comspec + args
it will be ok.

----------
nosy: +likes

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


More information about the Python-bugs-list mailing list