[issue11139] subprocess: Arguments to .bat scripts get interpreted by shell

R. David Murray report at bugs.python.org
Mon Feb 7 18:06:09 CET 2011


R. David Murray <rdmurray at bitdance.com> added the comment:

The point is that subprocess (now!) is *not* interpreting the arguments when shell is false.  It is passing them through to Windows.  What windows does with them after that is out of the control of subprocess (and always has been).

----------

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


More information about the Python-bugs-list mailing list