[Python-Dev] Weird use of hash() -- will this work?

Tim Peters tim.one@home.com
Thu, 18 Jan 2001 17:13:14 -0500


BTW, why doesn't hash([]) blow up in 2.1a1?  In 2.0 it raised

    TypeError: unhashable type

Did someone change this deliberately?