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
Date 2012-08-27.07:24:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1346052242.66.0.254880477781.issue15789@psf.upfronthosting.co.za>
In-reply-to
Content
To further dissuade people from using subprocess.Popen's shell=True option unnecessarily, this patch points out that some common shell features are also available directly in Python via certain modules & functions.
History
Date User Action Args
2012-08-27 07:24:02cvrebertsetrecipients: + cvrebert, docs@python
2012-08-27 07:24:02cvrebertsetmessageid: <1346052242.66.0.254880477781.issue15789@psf.upfronthosting.co.za>
2012-08-27 07:24:02cvrebertlinkissue15789 messages
2012-08-27 07:24:01cvrebertcreate