On Wed, Feb 2, 2011 at 4:08 PM, Robin <r...@thevoid1.net> wrote: > > how do you acccess a hash element in python 3? It completely changed > from version 2 and earlier, I think. >
What do you mean by accessing a hash element? Do you mean the hash of an object? Because that's stayed the same: hash(obj). Do you mean accessing the values in a dict? Because that's also stayed the same: dictionary[obj]. Or is it something else that you're looking for? > -- > http://mail.python.org/mailman/listinfo/python-list -- http://mail.python.org/mailman/listinfo/python-list