[Zope3-checkins] SVN: Zope3/trunk/src/zope/schema/interfaces.py make IIterableSource extend ISource

Fred L. Drake, Jr. fdrake at gmail.com
Thu Oct 27 17:17:41 EDT 2005


Log message for revision 39681:
  make IIterableSource extend ISource

Changed:
  U   Zope3/trunk/src/zope/schema/interfaces.py

-=-
Modified: Zope3/trunk/src/zope/schema/interfaces.py
===================================================================
--- Zope3/trunk/src/zope/schema/interfaces.py	2005-10-27 18:52:52 UTC (rev 39680)
+++ Zope3/trunk/src/zope/schema/interfaces.py	2005-10-27 21:17:40 UTC (rev 39681)
@@ -521,7 +521,7 @@
         """
 
 
-class IIterableSource(Interface):
+class IIterableSource(ISource):
     """Source which supports iteration over allowed values.
 
     The objects iteration provides must be values from the source.



More information about the Zope3-Checkins mailing list