With new-style classes, is is no longer possible to override slots
(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.
Showing
Please register or sign in to comment