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
收信人 alex, cvrebert, eric.araujo, ncoghlan, pitrou
日期 2011-10-25.12:20:13
SpamBayes Score 0.0020526494
Marked as misclassified
Message-id <1319545214.21.0.438827457418.issue13238@psf.upfronthosting.co.za>
In-reply-to
内容
I discovered a couple of APIs that were moved from the commands module to the subprocess module in 3.0:
http://docs.python.org/dev/library/subprocess#subprocess.getstatusoutput

However, they have issues, especially on Windows: http://bugs.python.org/issue10197

So part of this patch would include deprecating those two interfaces in favour of the new shutil ones - the existing APIs break the subprocess promise of never invoking the shell implicitly.
历史
日期 用户 动作 参数
2011-10-25 12:20:14ncoghlan修改recipients: + ncoghlan, pitrou, eric.araujo, alex, cvrebert
2011-10-25 12:20:14ncoghlan修改messageid: <1319545214.21.0.438827457418.issue13238@psf.upfronthosting.co.za>
2011-10-25 12:20:13ncoghlan链接issue13238 messages
2011-10-25 12:20:13ncoghlan创建