Bfontaine <bati...@yahoo.fr> added the comment:

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), ...]

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue13173>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to