commit | 49ba4c39c49ff6b1db666e6c90365fc1361c4a64 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Sun Nov 23 02:49:05 2003 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Sun Nov 23 02:49:05 2003 +0000 |
tree | 442b73b24c7d6590eb24f4b4d3b1a95465a23c23 | |
parent | baf0f8f24da7a541a403cd9848cebc451beb069d [diff] |
* Simplify hash function and add test to show effectiveness of the hash function. * Add a better test for deepcopying. * Add tests to show the __init__() function works like it does for list and tuple. Add related test. * Have shallow copies of frozensets return self. Add related test. * Have frozenset(f) return f if f is already a frozenset. Add related test. * Beefed-up some existing tests.