[Tutor] ZODB IOBTree deletion question

Andreas Schöller schoeller@zkm.de
Fri, 8 Feb 2002 19:40:03 +0100


Hello Tutors,

How can one delete an entry from a IOBtree ? A simple del tree[key] 
brings a __delitem__ error. Reassing a value like tree[key] = value is 
no problem ? How come ? Any special methods needed to accomplish this ?

thank you all , andreas