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 eric.araujo
Recipients alex, cvrebert, eric.araujo, ncoghlan, pitrou
Date 2011-10-23.01:01:49
SpamBayes Score 2.1573682e-05
Marked as misclassified No
Message-id <1319331710.66.0.951319200735.issue13238@psf.upfronthosting.co.za>
In-reply-to
Content
> [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.
History
Date User Action Args
2011-10-23 01:01:50eric.araujosetrecipients: + eric.araujo, ncoghlan, pitrou, alex, cvrebert
2011-10-23 01:01:50eric.araujosetmessageid: <1319331710.66.0.951319200735.issue13238@psf.upfronthosting.co.za>
2011-10-23 01:01:50eric.araujolinkissue13238 messages
2011-10-23 01:01:49eric.araujocreate