[Python-Dev] PEP 292 and templating (original) (raw)
Raymond Hettinger raymond.hettinger at verizon.net
Tue Dec 9 21:55:55 EST 2003
- Previous message: [Python-Dev] help on MSAA
- Next message: [Python-Dev] Re: PEP 292 and templating
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [Python-Dev] help on MSAA
- Next message: [Python-Dev] Re: PEP 292 and templating
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]