[Python-Dev] PEP 292 and templating

Raymond Hettinger raymond.hettinger at verizon.net
Tue Dec 9 21:55:55 EST 2003


Is there interest in having a templating module with two functions one
for simple substitutions and the other with more tools?
 
The first would be Barry's simple substitutions using only $name or
${name} for templates exposed to the user.
 
The second would extend the first with Cheetah style dotted names for
more advanced templates controlled by the programmer.
 
 
Raymond Hettinger
 
 
 
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/python-dev/attachments/20031209/c8aada22/attachment.html


More information about the Python-Dev mailing list