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 georg.brandl
Recipients chester, georg.brandl
Date 2008-05-11.21:48:15
SpamBayes Score 0.012107158
Marked as misclassified No
Message-id <1210542497.56.0.0602693729958.issue2826@psf.upfronthosting.co.za>
In-reply-to
Content
First of all, you don't say which type these methods belong to. I assume
you mean string.Template.

What good would that be? Those extra 5 characters to type shouldn't be
the problem.

Many template strings have only defined keys, and it is a programming
error if a key is not given or misspelled in the template. In this case,
substitute() is the right function.

Rejecting this RFE.
History
Date User Action Args
2008-05-11 21:48:17georg.brandlsetspambayes_score: 0.0121072 -> 0.012107158
recipients: + georg.brandl, chester
2008-05-11 21:48:17georg.brandlsetspambayes_score: 0.0121072 -> 0.0121072
messageid: <1210542497.56.0.0602693729958.issue2826@psf.upfronthosting.co.za>
2008-05-11 21:48:16georg.brandllinkissue2826 messages
2008-05-11 21:48:16georg.brandlcreate