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.

作者 eric.araujo
收信人 alex, cvrebert, eric.araujo, ncoghlan, pitrou
日期 2011-10-23.01:01:49
SpamBayes Score 2.1573682e-05
Marked as misclassified
Message-id <1319331710.66.0.951319200735.issue13238@psf.upfronthosting.co.za>
In-reply-to
内容
> [snip rationale about why shutil and not subprocess]
I’m convinced (with one nit: sh in the shutil name does not ring a security alarm for me, as I understand it as “shell-like conveniences in nice, dont-do-nasty-things-with-stings Python” :) but the shell in check_shell_call does warn).

Automatic call of shlex.quote is an argument in favor of the new helpers.
历史
日期 用户 动作 参数
2011-10-23 01:01:50eric.araujo修改recipients: + eric.araujo, ncoghlan, pitrou, alex, cvrebert
2011-10-23 01:01:50eric.araujo修改messageid: <1319331710.66.0.951319200735.issue13238@psf.upfronthosting.co.za>
2011-10-23 01:01:50eric.araujo链接issue13238 messages
2011-10-23 01:01:49eric.araujo创建