Re: Hashes

2004-12-11 Thread Michael McGarry
Peter Hansen wrote: Michael McGarry wrote: Are there hashes in Python? Define hash. Or look at Python's 'dict' type, or the hash() function and decide for yourself if that's what you meant. -Peter Yes, I guess the dict type is what I am looking for. Thank you, Michael -- http://mail.python.org/ma

Re: Hashes

2004-12-11 Thread Peter Hansen
Michael McGarry wrote: Are there hashes in Python? Define hash. Or look at Python's 'dict' type, or the hash() function and decide for yourself if that's what you meant. -Peter -- http://mail.python.org/mailman/listinfo/python-list