26 Nov
2003
26 Nov
'03
10:20 p.m.
Dylan Reinhardt wrote:
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__.
Maybe. I'm not sure where I picked up that odd notion. Guess I'll have to put it down to old age. - Michael