[Zope3-checkins] CVS: Zope3/src/zope/app/interfaces - component.py:1.3.2.1 dublincore.py:1.4.20.2 event.py:1.7.2.2 exceptions.py:1.1.18.2 form.py:1.2.22.2 fssync.py:1.2.4.2 talesapi.py:1.2.14.2 traversing.py:1.4.16.2

Albertas Agejevas alga@codeworks.lt
Mon, 23 Jun 2003 10:21:11 -0400


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

Modified Files:
      Tag: cw-mail-branch
	component.py dublincore.py event.py exceptions.py form.py 
	fssync.py talesapi.py traversing.py 
Log Message:
One more sync with HEAD.

=== Zope3/src/zope/app/interfaces/component.py 1.3 => 1.3.2.1 ===
--- Zope3/src/zope/app/interfaces/component.py:1.3	Tue May 20 15:43:28 2003
+++ Zope3/src/zope/app/interfaces/component.py	Mon Jun 23 10:20:08 2003
@@ -36,7 +36,7 @@
         The default is returned if the interface can't be found.
         """
 
-    def searchInterface(search_string='', base=None):
+    def searchInterface(search_string=None, base=None):
         """Return the interfaces that match the search criteria
 
         If a search string is given, only interfaces that contain the
@@ -46,10 +46,16 @@
         will be returned.
         """
 
-    def searchInterfaceIds(search_string='', base=None):
+    def searchInterfaceIds(search_string=None, base=None):
         """Return the ids of the interfaces that match the search criteria.
 
         See searchInterface
+        """
+
+    def items(search_string=None, base=None):
+        """Return id, interface pairs for all items matching criteria.
+
+        See searchInterface for the meaning of search-string and base.
         """
 
 class IGlobalInterfaceService(IInterfaceService):


=== Zope3/src/zope/app/interfaces/dublincore.py 1.4.20.1 => 1.4.20.2 ===


=== Zope3/src/zope/app/interfaces/event.py 1.7.2.1 => 1.7.2.2 ===


=== Zope3/src/zope/app/interfaces/exceptions.py 1.1.18.1 => 1.1.18.2 ===


=== Zope3/src/zope/app/interfaces/form.py 1.2.22.1 => 1.2.22.2 ===


=== Zope3/src/zope/app/interfaces/fssync.py 1.2.4.1 => 1.2.4.2 ===


=== Zope3/src/zope/app/interfaces/talesapi.py 1.2.14.1 => 1.2.14.2 ===


=== Zope3/src/zope/app/interfaces/traversing.py 1.4.16.1 => 1.4.16.2 ===