[Distutils] PEP 438 - Transition Phase 1

Lennart Regebro regebro at gmail.com
Mon May 20 08:18:10 CEST 2013


On Sun, May 19, 2013 at 10:20 PM, Donald Stufft <donald at stufft.io> wrote:
> Hrm, ZPT doesn't seem to be stripping the CDATA or unescaping the strings?
>
> https://gist.github.com/dstufft/5608838 is what i have in the template file and that appears verbatim in the output?

Yes? It will escape *data* inserted into the template (unless told not
to), but what is in the template will appear in the output unescaped.
I'm not sure how any template system can work otherwise, but perhaps
I've been using Zope too long. :-)

//Lennart


More information about the Distutils-SIG mailing list