[Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/undo/__init__.py
Merge r26279 from trunk: Convert an XXX comment of mine to a
TODO comment
Philipp von Weitershausen
philikon at philikon.de
Fri Jul 9 06:41:57 EDT 2004
Log message for revision 26280:
Merge r26279 from trunk: Convert an XXX comment of mine to a TODO comment
-=-
Modified: Zope3/branches/ZopeX3-3.0/src/zope/app/undo/__init__.py
===================================================================
--- Zope3/branches/ZopeX3-3.0/src/zope/app/undo/__init__.py 2004-07-09 10:40:33 UTC (rev 26279)
+++ Zope3/branches/ZopeX3-3.0/src/zope/app/undo/__init__.py 2004-07-09 10:41:57 UTC (rev 26280)
@@ -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