[Zope3-checkins] SVN: Zope3/trunk/src/zope/proxy/tests/test_proxy.py Converted XXX to TODO.

Stephan Richter srichter at cosmos.phy.tufts.edu
Tue Jul 13 13:03:22 EDT 2004


Log message for revision 26480:
  Converted XXX to TODO.
  


Changed:
  U   Zope3/trunk/src/zope/proxy/tests/test_proxy.py


-=-
Modified: Zope3/trunk/src/zope/proxy/tests/test_proxy.py
===================================================================
--- Zope3/trunk/src/zope/proxy/tests/test_proxy.py	2004-07-13 17:01:19 UTC (rev 26479)
+++ Zope3/trunk/src/zope/proxy/tests/test_proxy.py	2004-07-13 17:03:22 UTC (rev 26480)
@@ -258,7 +258,7 @@
                                          "x=%r; y=%r; expr=%r" % (x, y, expr))
 
     def test_inplace(self):
-        # XXX should test all inplace operators...
+        # TODO: should test all inplace operators...
         P = self.new_proxy
 
         pa = P(1)



More information about the Zope3-Checkins mailing list