[Zope-Checkins] CVS: Zope/lib/python/App - ProductContext.py:1.38.36.2

Toby Dickenson tdickenson@geminidataloggers.com
Wed, 10 Apr 2002 08:42:30 -0400


Update of /cvs-repository/Zope/lib/python/App
In directory cvs.zope.org:/tmp/cvs-serv7772/lib/python/App

Modified Files:
      Tag: toby-metatype-branch
	ProductContext.py 
Log Message:
more precise comment

=== Zope/lib/python/App/ProductContext.py 1.38.36.1 => 1.38.36.2 ===
         container_filter -- function that is called with an ObjectManager
            object as the only parameter, which should return a true object
-           if the object is happy to be created in that container.
+           if the object is happy to be created in that container. The
+           filter is called before showing ObjectManager's Add list,
+           and before pasting (after object copy or cut), but not
+           before calling an object's constructor.
  
         """
         app=self.__app