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 nitupho
Recipients eric.araujo, georg.brandl, nitupho, rhettinger
Date 2011-10-19.15:44:50
SpamBayes Score 9.3583104e-08
Marked as misclassified No
Message-id <1319039091.27.0.51184860319.issue13173@psf.upfronthosting.co.za>
In-reply-to
Content
When you are using a lot of string templates like I am doing, I think it's better if the defaults is attached directly to the template instance.

This:
[<Template0>, <Template1>, <Template2>, <Template3>, ...]
is easier to use than:
[(<Template0>, <defaults0>), (<Template1>, <defaults>1), ...]
History
Date User Action Args
2011-10-19 15:44:51nituphosetrecipients: + nitupho, georg.brandl, rhettinger, eric.araujo
2011-10-19 15:44:51nituphosetmessageid: <1319039091.27.0.51184860319.issue13173@psf.upfronthosting.co.za>
2011-10-19 15:44:50nitupholinkissue13173 messages
2011-10-19 15:44:50nituphocreate