commit | 7c3e79f67f6191fb500144db1d484d8bb8619f5a | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Fri Nov 02 20:06:17 2007 +0000 |
committer | Georg Brandl <georg@python.org> | Fri Nov 02 20:06:17 2007 +0000 |
tree | 36ae7c99ee5a7d66b8145f9005237e5897aae2d3 | |
parent | 03fd077482fd5d88a40a8f0d04e0566b9738098a [diff] |
Make "hashable" a glossary entry and clarify docs on __cmp__, __eq__ and __hash__. I hope the concept of hashability is better understandable now. Thanks to Tim Hatch for pointing out the flaws here.