On Sun, Nov 8, 2009 at 11:15 AM, Wells <we...@submute.net> wrote: > I'm not quite understanding why a tuple is hashable but a list is not. > Any pointers? Thanks!
tuple is hashable because it is immutable whereas a list is mutable. -- http://mail.python.org/mailman/listinfo/python-list