[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/sqlscript/dtml.py Coverted XXX to TODO.

Stephan Richter srichter at cosmos.phy.tufts.edu
Thu Jul 8 18:32:45 EDT 2004


Log message for revision 26255:
Coverted XXX to TODO.



-=-
Modified: Zope3/trunk/src/zope/app/sqlscript/dtml.py
===================================================================
--- Zope3/trunk/src/zope/app/sqlscript/dtml.py	2004-07-08 22:32:28 UTC (rev 26254)
+++ Zope3/trunk/src/zope/app/sqlscript/dtml.py	2004-07-08 22:32:45 UTC (rev 26255)
@@ -90,7 +90,7 @@
         for v in v:
             if not v and isinstance(v, StringTypes) and t != 'string':
                 continue
-            # XXX Ahh, the code from DT_SQLVar is duplicated here!!!
+            # TODO: Ahh, the code from DT_SQLVar is duplicated here!!!
             if t == 'int':
                 try:
                     if isinstance(v, StringTypes):
@@ -229,7 +229,7 @@
                 raise
             raise MissingInput, 'Missing input variable, **%s**' %name
 
-        # XXX Shrug, should these tyoes be really hard coded? What about
+        # TODO: Shrug, should these tyoes be really hard coded? What about
         # Dates and other types a DB supports; I think we should make this
         # a plugin.
         if t == 'int':



More information about the Zope3-Checkins mailing list