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, ncoghlan
日期 2011-10-21.11:40:51
SpamBayes Score 0.032422114
Marked as misclassified
Message-id <1319197252.39.0.600898485437.issue13238@psf.upfronthosting.co.za>
In-reply-to
内容
Of the 3 available options (mod style, string.Template and str.format), yes, str.format is the best choice.

If people want the shell meaning of the braces, they can escape them by doubling them up in the command string.
历史
日期 用户 动作 参数
2011-10-21 11:40:52ncoghlan修改recipients: + ncoghlan, alex, cvrebert
2011-10-21 11:40:52ncoghlan修改messageid: <1319197252.39.0.600898485437.issue13238@psf.upfronthosting.co.za>
2011-10-21 11:40:51ncoghlan链接issue13238 messages
2011-10-21 11:40:51ncoghlan创建