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 Julian
Recipients Julian, docs@python
Date 2012-01-19.14:25:14
SpamBayes Score 1.8405825e-06
Marked as misclassified No
Message-id <1326983115.48.0.551767400168.issue13826@psf.upfronthosting.co.za>
In-reply-to
Content
The example at http://docs.python.org/dev/library/subprocess.html#popen-constructor seems a bit misplaced, as it seems to suggest that one should use the shlex module. Most of the other examples in the module seem to use a list to provide the args, so if there was a need to just point out that shlex could be used for a corner case perhaps it'd be better suited as a footnote or another subsection somewhere.
History
Date User Action Args
2012-01-19 14:25:15Juliansetrecipients: + Julian, docs@python
2012-01-19 14:25:15Juliansetmessageid: <1326983115.48.0.551767400168.issue13826@psf.upfronthosting.co.za>
2012-01-19 14:25:14Julianlinkissue13826 messages
2012-01-19 14:25:14Juliancreate