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 asvetlov
Recipients Alexander.Belopolsky, Arfrever, asvetlov, brian.curtin, csernazs, cvrebert, dstanek, eric.araujo, eric.smith, giampaolo.rodola, holdenweb, larry, ncoghlan, r.david.murray, vstinner
Date 2012-03-31.20:21:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1333225277.83.0.774711456793.issue7839@psf.upfronthosting.co.za>
In-reply-to
Content
Nick's library is awesome and I +1 to include it into stdlib if Nick is ready to do.

But also I like to prevent obviously bad usage of popen.
We cannot and don't want to remove popen shell=True param, so let's add raising exception for useless parameters combination.
History
Date User Action Args
2012-03-31 20:21:17asvetlovsetrecipients: + asvetlov, holdenweb, csernazs, ncoghlan, vstinner, dstanek, larry, eric.smith, giampaolo.rodola, eric.araujo, Arfrever, r.david.murray, brian.curtin, cvrebert, Alexander.Belopolsky
2012-03-31 20:21:17asvetlovsetmessageid: <1333225277.83.0.774711456793.issue7839@psf.upfronthosting.co.za>
2012-03-31 20:21:17asvetlovlinkissue7839 messages
2012-03-31 20:21:17asvetlovcreate