[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/interface/tests/test_interface.py Converted XXX to TODO.

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


Log message for revision 26340:

Converted XXX to TODO.




-=-
Modified: Zope3/trunk/src/zope/app/interface/tests/test_interface.py
===================================================================
--- Zope3/trunk/src/zope/app/interface/tests/test_interface.py	2004-07-09 15:46:35 UTC (rev 26339)
+++ Zope3/trunk/src/zope/app/interface/tests/test_interface.py	2004-07-09 15:46:37 UTC (rev 26340)
@@ -25,7 +25,8 @@
 from zope.interface import Interface, implements
 from zope.app.interface import PersistentInterface
 
-# XXX for some reason changing this code to use implements() does not work
+# TODO: for some reason changing this code to use implements() does not
+# work. This is due to a bug that is supposed to be fixed after X3.0.
 code = """\
 from zope.interface import Interface
 



More information about the Zope3-Checkins mailing list