[EMAIL PROTECTED] 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])
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to