15 Aug
2000
15 Aug
'00
5:09 a.m.
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]?