[Zope] Doing Python-ish things in Zope...

Pavlos Christoforou pavlos@gaaros.msrc.sunysb.edu
Tue, 8 Jun 1999 10:14:10 -0400 (EDT)


On Tue, 8 Jun 1999, Martijn Faassen wrote:

> Zope on a Rope wrote:
> > 
> > Thanks for the zippy reply.
> > 
> > At 04:03 PM 6/7/99 -0400, Pavlos Christoforou wrote:
> > >On Mon, 7 Jun 1999, Zope on a Rope wrote:
> > ><!--#if expr="title[0:2] != 'zzz'"-->
> > 
> > Now that worked like a charm. Cheers!
> 
> But if my Python is correct this will *always* be false as title[0:2]

Of course your Python is correct! 
Thanks for noting it:
it should be :
<!--#if expr="title[0:3] != 'zzz'"-->


Pavlos