➜

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.

作者 ncoghlan
收信人 bpoaugust, brian.curtin, eric.araujo, flox, jldm, ncoghlan, ned.deily, r.david.murray, vstinner
日期 2011-10-25.12:23:00
SpamBayes Score 0.023766832
Marked as misclassified 否
Message-id <1319545381.54.0.0929729124965.issue10197@psf.upfronthosting.co.za>
In-reply-to
内容
Without knowing this issue existed, I recently started working on adding some convenience APIs for shell invocation to shutil: http://bugs.python.org/issue13238

I think the getstatus and getstatusoutput APIs were copied from the commands module in 3.0 without sufficient thought being given to whether or not they fit with the design principles of the subprocess module. IMO, both should be deprecated:
   - they're not cross-platform
   - they invoke the shell implicitly, which subprocess promises never to do
历史
日期 用户 动作 参数
2011-10-25 12:23:01ncoghlan修改recipients: + ncoghlan, vstinner, ned.deily, eric.araujo, r.david.murray, brian.curtin, flox, jldm, bpoaugust
2011-10-25 12:23:01ncoghlan修改messageid: <1319545381.54.0.0929729124965.issue10197@psf.upfronthosting.co.za>
2011-10-25 12:23:00ncoghlan链接issue10197 messages
2011-10-25 12:23:00ncoghlan创建