[Zope3-checkins] SVN: Zope3/trunk/ Replaced XXX with a TODOLater.txt entry

Jim Fulton jim at zope.com
Wed Jul 7 14:49:53 EDT 2004


Log message for revision 26179:
Replaced XXX with a TODOLater.txt entry


-=-
Modified: Zope3/trunk/doc/TODOLATER.txt
===================================================================
--- Zope3/trunk/doc/TODOLATER.txt	2004-07-07 18:44:41 UTC (rev 26178)
+++ Zope3/trunk/doc/TODOLATER.txt	2004-07-07 18:49:53 UTC (rev 26179)
@@ -242,3 +242,5 @@
   relationships among components.
 
   Add checking and better spelling of __used_for__.
+
+- Replace the CacheName field/widget with a vocabulary

Modified: Zope3/trunk/src/zope/app/cache/interfaces/__init__.py
===================================================================
--- Zope3/trunk/src/zope/app/cache/interfaces/__init__.py	2004-07-07 18:44:41 UTC (rev 26178)
+++ Zope3/trunk/src/zope/app/cache/interfaces/__init__.py	2004-07-07 18:49:53 UTC (rev 26179)
@@ -21,7 +21,6 @@
 
 from zope.app import zapi
 
-# XXX: EEEEEEEEK, should be done using a vocabulary and the vocabulary field. :(
 class CacheName(TextLine):
     """Cache Name"""
 



More information about the Zope3-Checkins mailing list