[Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/container/interfaces.py
Removed obsolete part of the docstring.
Florent Guillaume
fg at nuxeo.com
Fri Sep 23 12:16:49 EDT 2005
Log message for revision 38571:
Removed obsolete part of the docstring.
Changed:
U Zope3/trunk/src/zope/app/container/interfaces.py
-=-
Modified: Zope3/trunk/src/zope/app/container/interfaces.py
===================================================================
--- Zope3/trunk/src/zope/app/container/interfaces.py 2005-09-23 10:04:08 UTC (rev 38570)
+++ Zope3/trunk/src/zope/app/container/interfaces.py 2005-09-23 16:16:49 UTC (rev 38571)
@@ -90,12 +90,7 @@
If the old parent was ``None``, then an `IObjectAddedEvent` is
generated, otherwise, and `IObjectMovedEvent` is generated. An
- `IObjectModifiedEvent` is generated for the container. If an
- add event is generated and the object can be adapted to
- `IObjectAddedEvent`, then the adapter's `addNotify` method is called
- with the event. If the object can be adapted to
- `IObjectMovedEvent`, then the adapter's `moveNotify` method is
- called with the event.
+ `IObjectModifiedEvent` is generated for the container.
If the object replaces another object, then the old object is
deleted before the new object is added, unless the container
More information about the Zope3-Checkins
mailing list