14 Jul
2001
14 Jul
'01
6:37 p.m.
Hi Sean, sean.upton@uniontrib.com writes:
... wanted: "Context before Containment" ... you are not alone with this wish (--> mailing list archives).
But acquisition implements "Containment before Context" as this is necessary for Zope's security system to work. There is no easy solution to get what you want (you can climb the "aq.parent" chain explicitely and implement your own lookup, but that is tedious). Dieter