[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/OFS/Services/ServiceManager - IServiceManager.py:1.4.6.1

Jim Fulton jim@zope.com
Fri, 18 Oct 2002 07:04:45 -0400


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

Modified Files:
      Tag: Zope3-Bangalore-TTW-Branch
	IServiceManager.py 
Log Message:
Added documentation of return value for getBoundService when no
service is bound.


=== Zope3/lib/python/Zope/App/OFS/Services/ServiceManager/IServiceManager.py 1.4 => 1.4.6.1 ===
--- Zope3/lib/python/Zope/App/OFS/Services/ServiceManager/IServiceManager.py:1.4	Thu Jul 11 14:21:32 2002
+++ Zope3/lib/python/Zope/App/OFS/Services/ServiceManager/IServiceManager.py	Fri Oct 18 07:04:45 2002
@@ -73,6 +73,8 @@
 
         Get the component currently bound to the named Service in this
         ServiceService.   Does not search context.
+
+        None is returned if the named service isn't bound locally.
         """
 
     def getDirectives(service_type):