[ZODB-Dev] Is this a bug?

Andreas Jung andreas at andreas-jung.com
Sun Mar 21 00:58:33 EST 2004



--On Samstag, 20. März 2004 21:40 Uhr -0800 Chandra Tambrin 
<ctambrin at yahoo.com> wrote:

> Hi,
>
> I've just tried out ZoDB. I was trying to do the
> following:
>
> from BTrees.OOBTree import OOBTree
> t = OOBTree()
>
> for i in range(10):
> 	t[i] = str(i)
>
> for each in t.keys():
> 	del t[each]
>
Create a copy of the keys() and iterate over the copy of keys.


-aj



More information about the ZODB-Dev mailing list