[Zope] dtml-in and tuples

R. David Murray bitz@bitdance.com
Tue, 15 Aug 2000 01:09:52 -0400 (EDT)


On Mon, 14 Aug 2000, Jonothan Farr wrote:
> Well in Python a list is mutable and a tuple is not.

Right, but he's asking why dtml-in treats tuples in a special way,
and exactly what that behavior is.

--RDM
 
> ----- Original Message ----- 
> From: Chris Withers <chrisw@nipltd.com>
> > Why and how are python tuples (like, this) handled differently (and not
> > in a logical way I can see...) than python lists [like, this]?