• Raymond Hettinger's avatar
    * Simplify hash function and add test to show effectiveness of the hash · 5ae699da
    Raymond Hettinger authored
      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.
    5ae699da
setobject.c 26.2 KB