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 vstinner
Recipients akira, juj, vstinner
Date 2014-09-21.19:16:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1411326974.92.0.410043000092.issue22442@psf.upfronthosting.co.za>
In-reply-to
Content
The first place to warn uses about dangerous function calls is the documentation, and your patch doesn't touch the documentation.

You can for example suggest to use check_output(), getstatusouptut() or getoutput().
History
Date User Action Args
2014-09-21 19:16:15vstinnersetrecipients: + vstinner, akira, juj
2014-09-21 19:16:14vstinnersetmessageid: <1411326974.92.0.410043000092.issue22442@psf.upfronthosting.co.za>
2014-09-21 19:16:14vstinnerlinkissue22442 messages
2014-09-21 19:16:14vstinnercreate