Ian Bicking wrote:

> Note that if it takes keyword arguments, but doesn't take a single 
> dictionary-like object (like % and string.Template.substitute do), then 
> you lose any ability to use clever or interesting dictionary-like 
> objects for substitution.

If you subclass your clever object from dict you can
use it with **. And expanding the range of objects
acceptable to ** would be a good idea for Py3k too.

--
Greg

_______________________________________________
Python-3000 mailing list
Python-3000@python.org
http://mail.python.org/mailman/listinfo/python-3000
Unsubscribe: 
http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com

Reply via email to