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 skip.montanaro
Recipients Vitali Lovich, skip.montanaro
Date 2015-07-10.19:21:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1436556111.64.0.859758227348.issue24607@psf.upfronthosting.co.za>
In-reply-to
Content
While it's an interesting library, my fear is that people will start shelling out to all sorts of things which Python already has builtin. One of the examples on the github site was showing how to call "ls". Another example invoked "wc". neither of those is particularly difficult to pull off in Python. In addition, you're left with text data you need to parse for further use (assuming you even can reliably do so). Finally, I'm not sure masking the fork/exec overhead is such a great idea.
History
Date User Action Args
2015-07-10 19:21:51skip.montanarosetrecipients: + skip.montanaro, Vitali Lovich
2015-07-10 19:21:51skip.montanarosetmessageid: <1436556111.64.0.859758227348.issue24607@psf.upfronthosting.co.za>
2015-07-10 19:21:51skip.montanarolinkissue24607 messages
2015-07-10 19:21:51skip.montanarocreate