Going ZODB

A.M. Kuchling amk at mira.erols.com
Sun Mar 11 22:38:03 EST 2001


On 11 Mar 2001 12:47:18 -0700, John Wiegley <johnw at gnu.org> wrote:
>I tried to use ZODB as the persistence engine for my MOO clone
>(http://doop.sourceforge.net).  I found it's restrictions too onerous,
>most especially the restriction that I not override __getattr__ or
>__setattr__.  Lastly, I found that debugging problems was hideously

Current versions of the ZODB *do* support __getattr__ and __setattr__,
so you may want to take another look at the ZODB.  

--amk



More information about the Python-list mailing list