[ZODB-Dev] Persistent-derived class instances always callable

John Belmonte jvb at prairienet.org
Thu Oct 16 19:46:48 EDT 2003


With python 2.3.2 and ZODB 3.2c1:

   >>> import ZODB
   >>> from Persistence import Persistent
   >>> class Foo(Persistent): pass
   >>> a = Foo()
   >>> callable(a)
   True

What's going on here?



-- 
http:// if   le.o  /




More information about the ZODB-Dev mailing list