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 Vitali Lovich, r.david.murray, skip.montanaro
Date 2015-07-10.20:19:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1436559584.48.0.730361945687.issue24607@psf.upfronthosting.co.za>
In-reply-to
Content
Indeed.  If you want shell scripting, use a shell script.  The advantage of python scripting is exactly that you are using non-shell, with explicit control of what gets substituted where rather than the shell's implicit rules.

Regardless our our opinions, though, this is the kind of topic that needs to be brought up first on the python-ideas mailing list.
History
Date User Action Args
2015-07-10 20:19:44r.david.murraysetrecipients: + r.david.murray, skip.montanaro, Vitali Lovich
2015-07-10 20:19:44r.david.murraysetmessageid: <1436559584.48.0.730361945687.issue24607@psf.upfronthosting.co.za>
2015-07-10 20:19:44r.david.murraylinkissue24607 messages
2015-07-10 20:19:44r.david.murraycreate