[Zope3-checkins] CVS: Zope3/src/zope/app/interfaces/services -
	interface.py:1.2
    The Unidentified User 
    cvs-admin at zope.org
       
    Tue Dec  9 08:20:20 EST 2003
    
    
  
Update of /cvs-repository/Zope3/src/zope/app/interfaces/services
In directory cvs.zope.org:/tmp/cvs-serv14869/app/interfaces/services
Modified Files:
	interface.py 
Log Message:
Added new look to interface service browser and details views.
=== Zope3/src/zope/app/interfaces/services/interface.py 1.1 => 1.2 ===
--- Zope3/src/zope/app/interfaces/services/interface.py:1.1	Mon Jun 23 12:17:45 2003
+++ Zope3/src/zope/app/interfaces/services/interface.py	Tue Dec  9 08:20:20 2003
@@ -19,4 +19,7 @@
     """Registries that use interfaces."""
 
     def getRegistrationsForInterface(iface):
-        """Return registrations related to iface."""
+        """Return registrations related to iface.
+
+        The Return value is iterable of IRegistration object.
+        """
    
    
More information about the Zope3-Checkins
mailing list