On Tuesday 04 April 2006 23:37, 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.

Indeed; we currently do that so we can have ConfigParser values that refer to 
${section:option} to get values from elsewhere in the configuration.  Very 
nice to be able to do that.

I've long been in favor of supporting strings that aren't identifiers as 
substitution names.


  -Fred

-- 
Fred L. Drake, Jr.   <fdrake at acm.org>
_______________________________________________
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