[ZPT] Memory Leak still?

Evan Simpson evan@zope.com
Mon, 10 Dec 2001 18:24:01 -0500


Ron Bickers wrote:

> I think I'm getting confused in assuming the '|' does basically what the
> python 'or' does.  However, that's not true at all.  Is it true that the '|'
> could be read "or if that doesn't exist, then..."?  Whereas python's 'or' is
> read "or if that's not true, then..."?

Exactly.  It might be useful to add an operator ("||" has been suggested) 
that means "if that exists and is true, otherwise...".

Cheers,

Evan @ Zope