-
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