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

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


Log message for revision 26327:

Converted XXX to TODO.




-=-
Modified: Zope3/trunk/src/zope/app/traversing/namespace.py
===================================================================
--- Zope3/trunk/src/zope/app/traversing/namespace.py	2004-07-09 15:46:00 UTC (rev 26326)
+++ Zope3/trunk/src/zope/app/traversing/namespace.py	2004-07-09 15:46:04 UTC (rev 26327)
@@ -296,8 +296,7 @@
 class etc(SimpleHandler):
 
     def traverse(self, name, ignored):
-        # XXX
-
+        # TODO:
         # This is here now to allow us to get service managers from a
         # separate namespace from the content. We add and etc
         # namespace to allow us to handle misc objects.  We'll apply
@@ -498,7 +497,7 @@
                 elif flag == 'tal':
                     request.debug.showTAL = True
                 elif flag == 'errors':
-                    # XXX I am not sure this is the best solution.  What
+                    # TODO: I am not sure this is the best solution.  What
                     # if we want to enable tracebacks when also trying to
                     # debug a different skin?
                     request.setPresentationSkin('Debug')



More information about the Zope3-Checkins mailing list