[Zope-dev] Bug in Shared/DC/ZRDB/DA.py

Chris Withers chris at simplistix.co.uk
Thu Nov 16 11:42:28 EST 2006


Hi All,

Around line 42 of DA.py, we've got the following:

try: from IOBTree import Bucket
except: Bucket=lambda:{}

Given that IOBTree has been dead for some time now, can we remove this 
and replace instances of Bucket() with {} or is there a more appropriate 
object we can use from the BTrees package?

cheers,

Chris

-- 
Simplistix - Content Management, Zope & Python Consulting
            - http://www.simplistix.co.uk


More information about the Zope-Dev mailing list