[Zodb-checkins]
SVN: ZODB/branches/3.3/src/transaction/_transaction.py
Removed obsolete comment.
Tim Peters
tim.one at comcast.net
Tue Sep 14 13:50:01 EDT 2004
Log message for revision 27522:
Removed obsolete comment.
Changed:
U ZODB/branches/3.3/src/transaction/_transaction.py
-=-
Modified: ZODB/branches/3.3/src/transaction/_transaction.py
===================================================================
--- ZODB/branches/3.3/src/transaction/_transaction.py 2004-09-14 17:42:49 UTC (rev 27521)
+++ ZODB/branches/3.3/src/transaction/_transaction.py 2004-09-14 17:50:00 UTC (rev 27522)
@@ -354,8 +354,6 @@
except:
# If an error occurs committing a transaction, we try
# to revert the changes in each of the resource managers.
- # For top-level transactions, it must be freed from the
- # txn manager.
t, v, tb = sys.exc_info()
try:
self._cleanup(L)
More information about the Zodb-checkins
mailing list