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 Dimitri Merejkowsky
Recipients Dimitri Merejkowsky
Date 2017-04-11.10:04:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1491905081.01.0.57278380542.issue30041@psf.upfronthosting.co.za>
In-reply-to
Content
If you have:

subprocess.run(["ls", "--help"], shell=True)

you'll see that the command run is actually just "ls", not "ls --help"
History
Date User Action Args
2017-04-11 10:04:41Dimitri Merejkowskysetrecipients: + Dimitri Merejkowsky
2017-04-11 10:04:41Dimitri Merejkowskysetmessageid: <1491905081.01.0.57278380542.issue30041@psf.upfronthosting.co.za>
2017-04-11 10:04:40Dimitri Merejkowskylinkissue30041 messages
2017-04-11 10:04:40Dimitri Merejkowskycreate