[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/undo/__init__.py Convert one an XXX that was mine to a TODO comment.

Philipp von Weitershausen philikon at philikon.de
Fri Jul 9 06:40:33 EDT 2004


Log message for revision 26279:
Convert one an XXX that was mine to a TODO comment.



-=-
Modified: Zope3/trunk/src/zope/app/undo/__init__.py
===================================================================
--- Zope3/trunk/src/zope/app/undo/__init__.py	2004-07-09 10:20:50 UTC (rev 26278)
+++ Zope3/trunk/src/zope/app/undo/__init__.py	2004-07-09 10:40:33 UTC (rev 26279)
@@ -116,11 +116,12 @@
                 specification.update({'location': location})
 
         if principal is not None:
-            # XXX The 'user' in the transactions is a concatenation of
-            # 'path' and 'user' (id). 'path' used to be the path of
-            # the user folder in Zope 2. ZopePublication currently
+            # TODO: The 'user' in the transactions is a concatenation
+            # of 'path' and 'user' (id).  'path' used to be the path
+            # of the user folder in Zope 2.  ZopePublication currently
             # does not set a path, so ZODB lets the path default to
-            # '/'. We should change ZODB3 to set no default path.
+            # '/'.  We should change ZODB3 to set no default path at
+            # some point
             path = '/' # default for now
             specification.update({'user_name': path + ' ' + principal.id})
 



More information about the Zope3-Checkins mailing list