[Zope3-checkins] SVN: Zope3/trunk/src/zope/testing/doctest Converted XXX to TODO.

Stephan Richter srichter at cosmos.phy.tufts.edu
Tue Jul 13 12:15:54 EDT 2004


Log message for revision 26451:
  Converted XXX to TODO.
  


Changed:
  U   Zope3/trunk/src/zope/testing/doctest.py
  U   Zope3/trunk/src/zope/testing/doctestunit.py


-=-
Modified: Zope3/trunk/src/zope/testing/doctest.py
===================================================================
--- Zope3/trunk/src/zope/testing/doctest.py	2004-07-13 16:15:17 UTC (rev 26450)
+++ Zope3/trunk/src/zope/testing/doctest.py	2004-07-13 16:15:54 UTC (rev 26451)
@@ -1273,7 +1273,7 @@
                                        mdict,
                                        tests,
                                        prefix + name + ".")
-            # XXX "-3" is unclear.
+            # TODO: "-3" is unclear.
             _get_doctest(name, object, tests, prefix,
                          lineno="%s (or above)" % (lineno - 3))
 

Modified: Zope3/trunk/src/zope/testing/doctestunit.py
===================================================================
--- Zope3/trunk/src/zope/testing/doctestunit.py	2004-07-13 16:15:17 UTC (rev 26450)
+++ Zope3/trunk/src/zope/testing/doctestunit.py	2004-07-13 16:15:54 UTC (rev 26451)
@@ -261,7 +261,7 @@
     if not test:
         raise ValueError(name, "not found in tests")
     test = test[0]
-    # XXX we rely on an internal doctest function:
+    # TODO: we rely on an internal doctest function:
     examples = doctest._extract_examples(test)
     testsrc = '\n'.join([
         "%s%s" % (source, _expect(expect))
@@ -274,7 +274,7 @@
 
     The string is provided directly
     """
-    # XXX we rely on an internal doctest function:
+    # TODO: we rely on an internal doctest function:
     examples = doctest._extract_examples(src)
     src = '\n'.join([
         "%s%s" % (source, _expect(expect))



More information about the Zope3-Checkins mailing list