• Jim Fulton's avatar
    With new-style classes, is is no longer possible to override slots · e4a89f07
    Jim Fulton authored
    (special '__' methods) on an instance-by instance basis. Changed the
    handling of the length so that the __len__ method looks for a __len__
    dictionary key. It would be better not to use a __len__ attribute name
    for the BTree length object, but such a change would be problematic
    for old instances.
    e4a89f07
UnIndex.py 13.1 KB