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 cvrebert
Recipients cvrebert, docs@python, r.david.murray, techtonik
Date 2012-05-23.05:04:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1337749498.95.0.91929438037.issue14879@psf.upfronthosting.co.za>
In-reply-to
Content
The term "invalid arguments" in "A ValueError will be raised if Popen is called with invalid arguments." is still vague. One could well argue that a nonexistent executable or bad command is "invalid". Anything resulting in an OSError can be considered "invalid" in a sense. The ValueError sentence should use a different descriptor or else include a qualifier.

+1 on calling out the shell=True case.
(My but how the `shell` argument complicates everything...)
History
Date User Action Args
2012-05-23 05:04:59cvrebertsetrecipients: + cvrebert, techtonik, r.david.murray, docs@python
2012-05-23 05:04:58cvrebertsetmessageid: <1337749498.95.0.91929438037.issue14879@psf.upfronthosting.co.za>
2012-05-23 05:04:58cvrebertlinkissue14879 messages
2012-05-23 05:04:58cvrebertcreate