After more playing I've discovered that calling the resutl of aq_inner()
appears to be a very bad idea ;-)

The line:
        print self.aq_inner()

in the __call__ method of a python product caused the python process to
dump an 'unknown software exception'.

Should that be so? 

Also, I thought aq_inner gave the contaiment context (presumably as a
list?) but it just returns a single object.
So, how can I get the containment context of an object as a list?

cheers,

Chris

_______________________________________________
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )

Reply via email to