[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/OFS/Services - ConfigurationInterfaces.py:1.5.4.1

Jim Fulton jim@zope.com
Tue, 10 Dec 2002 09:37:49 -0500


Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Services
In directory cvs.zope.org:/tmp/cvs-serv16094

Modified Files:
      Tag: AdapterAndView-branch
	ConfigurationInterfaces.py 
Log Message:
Added documentation.


=== Zope3/lib/python/Zope/App/OFS/Services/ConfigurationInterfaces.py 1.5 => 1.5.4.1 ===
--- Zope3/lib/python/Zope/App/OFS/Services/ConfigurationInterfaces.py:1.5	Mon Dec  9 10:14:03 2002
+++ Zope3/lib/python/Zope/App/OFS/Services/ConfigurationInterfaces.py	Tue Dec 10 09:37:49 2002
@@ -166,6 +166,9 @@
         implement a method named queryConfigurations, which takes
         arguments for each of the parameters needed to specify a set
         of configurations.
+
+        The registry must be returned in the context of the context of
+        the configurable.
         
         """
 
@@ -181,4 +184,11 @@
         implement a method named createConfigurations, which takes
         arguments for each of the parameters needed to specify a set
         of configurations.
+
+        If a registry already exists, it should be returned. In this
+        case, a new registry should not be created.
+
+        The registry must be returned in the context of the context of
+        the configurable.
+
         """