[ZODB-Dev] ZODB IOBtree deletion question

Andreas Schöller schoeller@zkm.de
Fri, 8 Feb 2002 20:13:32 +0100


Hello list,

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