26 Nov
2003
26 Nov
'03
9:58 p.m.
On Wed, 2003-11-26 at 11:41, Dieter Maurer wrote:
Michael Bernstein wrote at 2003-11-25 13:00 -0800:
... The most critical difference in using a BTree is that you cannot simply use assignment such as
self.Entries[id] = entry
This is not true as you can see from this transcript.
Michael was probably thinking of IISet/OOSet objects, which *do* use an obj.insert() and obj.remove() interface instead of __setitem__ and __delitem__. HTH, Dylan