Death to tuples!

Paul Rubin http
Mon Nov 28 16:17:55 EST 2005


skip at pobox.com writes:
> For those of us not following this thread closely, can you identify cases
> where tuples are mutable, not hashable or can't be used as dictionary keys?
> I've never encountered any such cases.

t = ([1,2], [3,4])



More information about the Python-list mailing list