[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/registration/interfaces.py Converted XXX to TODO.

Stephan Richter srichter at cosmos.phy.tufts.edu
Fri Jul 9 11:47:18 EDT 2004


Log message for revision 26358:

Converted XXX to TODO.

Removed XXX.



-=-
Modified: Zope3/trunk/src/zope/app/registration/interfaces.py
===================================================================
--- Zope3/trunk/src/zope/app/registration/interfaces.py	2004-07-09 15:47:16 UTC (rev 26357)
+++ Zope3/trunk/src/zope/app/registration/interfaces.py	2004-07-09 15:47:18 UTC (rev 26358)
@@ -268,11 +268,8 @@
 
 
 class IOrderedContainer(Interface):
-    """Containers whose items can be reorderd.
+    """Containers whose items can be reorderd."""
 
-    XXX This is likely to go.
-    """
-
     def moveTop(names):
         """Move the objects corresponding to the given names to the top.
         """
@@ -301,7 +298,7 @@
     The container allows clients to access the registration manager
     without knowing it's name.
 
-    XXX at this point, it doesn't really make sense for regsitration
+    TODO: At this point, it doesn't really make sense for regsitration
     managers to be items.  It would probably be better to expose the
     registrations as a separate tab.
 
@@ -309,7 +306,8 @@
 
     The container may allow more than one registration manager. If it
     has more than one, the one returned from an unnamed access is
-    undefined. XXX the container should allow one and only one.
+    undefined.
+    TODO: The container should allow one and only one.
 
     The registration manager container *also* supports local-module
     lookup.
@@ -344,7 +342,7 @@
         A dotted object name is a dotted module name and an object
         name within the module.
 
-        XXX We really should switch to using some other character than
+        TODO: We really should switch to using some other character than
         a dot for the delimiter between the module and the object
         name.
 



More information about the Zope3-Checkins mailing list