• Jim Fulton's avatar
    Bugs Fixed · 96742f78
    Jim Fulton authored
    ----------
    
    - BTrees (and TreeSets) kept references to internal keys.
      https://bugs.launchpad.net/zope3/+bug/294788
    
    - BTree Sets and TreeSets don't support the standard set add method.
      (Now either add or the original insert method can be used to add an
      object to a BTree-based set.)
    96742f78
BTreeTemplate.c 59.7 KB