This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author r.david.murray
Recipients Arve.Knudsen, SilentGhost, r.david.murray
Date 2011-02-07.17:06:07
SpamBayes Score 0.010990799
Marked as misclassified No
Message-id <1297098369.83.0.813949383447.issue11139@psf.upfronthosting.co.za>
In-reply-to
Content
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).
History
Date User Action Args
2011-02-07 17:06:09r.david.murraysetrecipients: + r.david.murray, SilentGhost, Arve.Knudsen
2011-02-07 17:06:09r.david.murraysetmessageid: <1297098369.83.0.813949383447.issue11139@psf.upfronthosting.co.za>
2011-02-07 17:06:07r.david.murraylinkissue11139 messages
2011-02-07 17:06:07r.david.murraycreate