[Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/undo/__init__.py
Merged r26281 from trunk: squish another XXX in zope.app.undo
Philipp von Weitershausen
philikon at philikon.de
Fri Jul 9 06:51:15 EDT 2004
Log message for revision 26282:
Merged r26281 from trunk: squish another XXX in zope.app.undo
-=-
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:49:43 UTC (rev 26281)
+++ Zope3/branches/ZopeX3-3.0/src/zope/app/undo/__init__.py 2004-07-09 10:51:15 UTC (rev 26282)
@@ -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