[Zope3-checkins] CVS: Zope3/lib/python/Interface/Registry - IAdapterRegistry.py:1.3.18.1

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


Update of /cvs-repository/Zope3/lib/python/Interface/Registry
In directory cvs.zope.org:/tmp/cvs-serv15953

Modified Files:
      Tag: AdapterAndView-branch
	IAdapterRegistry.py 
Log Message:
Added documentation of what happens in getRegistered when nothing is
found.


=== Zope3/lib/python/Interface/Registry/IAdapterRegistry.py 1.3 => 1.3.18.1 ===
--- Zope3/lib/python/Interface/Registry/IAdapterRegistry.py:1.3	Mon Nov 18 15:40:16 2002
+++ Zope3/lib/python/Interface/Registry/IAdapterRegistry.py	Tue Dec 10 09:37:01 2002
@@ -82,6 +82,8 @@
 
     def getRegistered(require, provide):
         """return data registred specificly for the given interfaces
+
+        None is returned if nothing is registered.
         """
     
     def getRegisteredMatching(required_interfaces=None,