[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/undo/__init__.py
Oops, another XXX in the same file. *squish*
Philipp von Weitershausen
philikon at philikon.de
Fri Jul 9 06:49:43 EDT 2004
Log message for revision 26281:
Oops, another XXX in the same file. *squish*
-=-
Modified: Zope3/trunk/src/zope/app/undo/__init__.py
===================================================================
--- Zope3/trunk/src/zope/app/undo/__init__.py 2004-07-09 10:41:57 UTC (rev 26280)
+++ Zope3/trunk/src/zope/app/undo/__init__.py 2004-07-09 10:49:43 UTC (rev 26281)
@@ -135,9 +135,9 @@
user_name = entry['user_name']
if user_name:
- # XXX this is because of ZODB3/Zope2 cruft regarding
- # the user path (see comment above). This 'if' block
- # will hopefully go away.
+ # TODO: This is because of ZODB3/Zope2 cruft regarding
+ # the user path (see comment above). This 'if' block
+ # should go away.
split = user_name.split()
if len(split) == 2:
user_name = split[1]
More information about the Zope3-Checkins
mailing list