[Zope3-checkins] SVN: Zope3/trunk/src/zope/schema/interfaces.py - remove old comment: we have iterable sources, even though there are no

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


Log message for revision 39676:
  - remove old comment: we have iterable sources, even though there are no
    usable widgets (yet)
  - Zope 3.2 will be too early to deprecate vocabularies, given the state of
    widgets for sources
  

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 16:52:14 UTC (rev 39675)
+++ Zope3/trunk/src/zope/schema/interfaces.py	2005-10-27 17:35:27 UTC (rev 39676)
@@ -505,9 +505,6 @@
         """
     
 
-# TODO, define iterable sources.  For now, we'll just use vocabularies.
-# Eventually, we'll replace vocabularies with iterable sources.
-    
 class IBaseVocabulary(ISource):
     """Representation of a vocabulary.
 
@@ -537,7 +534,7 @@
         """Return the number of valid values, or sys.maxint."""
 
 
-# BBB vocabularies are pending deprecation, hopefully in 3.2
+# BBB vocabularies are pending deprecation, hopefully in 3.3
 class IIterableVocabulary(Interface):
     """Vocabulary which supports iteration over allowed values.
 



More information about the Zope3-Checkins mailing list