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

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


Log message for revision 26324:

Converted XXX to TODO.




-=-
Modified: Zope3/trunk/src/zope/app/container/btree.py
===================================================================
--- Zope3/trunk/src/zope/app/container/btree.py	2004-07-09 15:45:53 UTC (rev 26323)
+++ Zope3/trunk/src/zope/app/container/btree.py	2004-07-09 15:45:55 UTC (rev 26324)
@@ -29,7 +29,7 @@
 
     # implements(what my base classes implement)
 
-    # XXX It appears that BTreeContainer uses SampleContainer only to
+    # TODO: It appears that BTreeContainer uses SampleContainer only to
     # get the implementation of __setitem__().  All the other methods
     # provided by that base class are just slower replacements for
     # operations on the BTree itself.  It would probably be clearer to



More information about the Zope3-Checkins mailing list