[Python-Dev] PEP 292 and templating
Brett
bac at OCF.Berkeley.EDU
Thu Jan 1 21:13:10 EST 2004
Raymond Hettinger wrote:
> 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.
>
I am down with the first and basically okay with the second. Regardless
I would like to see a module with helpful string manipulation functions.
-Brett
More information about the Python-Dev
mailing list