[Zope3-checkins] CVS: Zope3/src/zope/app/interfaces/services - service.py:1.5

Steve Alexander steve@cat-box.net
Wed, 8 Jan 2003 12:40:59 -0500


Update of /cvs-repository/Zope3/src/zope/app/interfaces/services
In directory cvs.zope.org:/tmp/cvs-serv14716/src/zope/app/interfaces/services

Modified Files:
	service.py 
Log Message:
Added an XXX to say that the exceptions raised on unsuccessful resolution
should be listed.


=== Zope3/src/zope/app/interfaces/services/service.py 1.4 => 1.5 ===
--- Zope3/src/zope/app/interfaces/services/service.py:1.4	Mon Jan  6 13:39:37 2003
+++ Zope3/src/zope/app/interfaces/services/service.py	Wed Jan  8 12:40:56 2003
@@ -117,6 +117,8 @@
 
         If the name ends with a trailing dot, the last name segment
         may be repeated.
+
+        XXX Say what errors are raised if the name is not resolvable.
         """
 
 class IServiceConfiguration(INamedComponentConfiguration):