[Zope3-Users] Re: ObjectModifiedEvent but not
ContainerModifiedEvent
Chris Withers
chris at simplistix.co.uk
Fri Aug 17 19:29:33 EDT 2007
Martin Aspeli wrote:
>
> def handler(event):
> if IContainerModifiedEvent.providedBy(event):
> return
...which is pretty inefficient.
All the subscriber lookup, etc, has to happen to get this far.
There must be a better way...
Chris
--
Simplistix - Content Management, Zope & Python Consulting
- http://www.simplistix.co.uk
More information about the Zope3-users
mailing list