John Nagle wrote:
A reasonable compromise would be that "is" is treated as "==" on immutable objects.
That wouldn't work for tuples, which can contain references to other objects that are not immutable. -- Greg -- http://mail.python.org/mailman/listinfo/python-list