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.

作者 asvetlov
收信人 Arfrever, asvetlov, chris.jerdonek, kushal.das, python-dev
日期 2012-10-08.13:39:51
SpamBayes Score -1.0
Marked as misclassified
Message-id <1349703592.3.0.594010052441.issue16115@psf.upfronthosting.co.za>
In-reply-to
内容
Hmm, I dislike "Normally, *args* should be a sequence."
From my perspective better to say something like:
*args* should be a sequence if *shell* is *False* or string of *shell* is *True* 
or something like this.
I would to directly recommend reader to follow that schema, see also http://bugs.python.org/issue7839
历史
日期 用户 动作 参数
2012-10-08 13:39:52asvetlov修改recipients: + asvetlov, Arfrever, chris.jerdonek, python-dev, kushal.das
2012-10-08 13:39:52asvetlov修改messageid: <1349703592.3.0.594010052441.issue16115@psf.upfronthosting.co.za>
2012-10-08 13:39:52asvetlov链接issue16115 messages
2012-10-08 13:39:51asvetlov创建