John Nagle wrote:
Such tuples are still identical, even if they
contain identical references to immutable objects.
The point is you'd have to do the comparison only one level deep, so it wouldn't be exactly the same as == on tuples. -- Greg -- http://mail.python.org/mailman/listinfo/python-list
