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 klo.uo, r.david.murray, xiang.zhang
Date 2016-07-05.16:59:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1467737954.31.0.23071142835.issue27457@psf.upfronthosting.co.za>
In-reply-to
Content
If you use shell=True you can do almost anything you can do in the shell, but making it safe is up to you.  We provide shlex.quote to help you with that, but only you can know what parts of the expression need quoting and what don't.

It sounds like you might find the stdlib 'pipes' module interesting.
History
Date User Action Args
2016-07-05 16:59:14r.david.murraysetrecipients: + r.david.murray, klo.uo, xiang.zhang
2016-07-05 16:59:14r.david.murraysetmessageid: <1467737954.31.0.23071142835.issue27457@psf.upfronthosting.co.za>
2016-07-05 16:59:14r.david.murraylinkissue27457 messages
2016-07-05 16:59:14r.david.murraycreate