[Zope] dtml-in and tuples

Chris Withers chrisw@nipltd.com
Tue, 15 Aug 2000 10:58:31 +0100


"R. David Murray" wrote:
> 
> 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.

That's right :-)

..and in particular why it's so weird. It seems to do something like use
return the last element of the tuple rather than return the tuple
object...

I'm just guessing though :S

cheers,

Chris