[EMAIL PROTECTED] a écrit : > Please help me think of an example where immutable tuples are > essential.
Well, I don't know if they are "essential" - much of Python can be seen as 'unessential' syntactic sugar (my, even the class statement is not "essential" if you go that way). > It seems that everywhere a tuple is used one could just as easily use > a list instead. Ever tried using a list as key in a dict ? -- http://mail.python.org/mailman/listinfo/python-list