[Zodb-checkins] SVN: ZODB/trunk/src/transaction/_transaction.py
Merge rev 27522 from 3.3 branch.
Tim Peters
tim.one at comcast.net
Tue Sep 14 13:50:55 EDT 2004
Log message for revision 27523:
Merge rev 27522 from 3.3 branch.
Removed obsolete comment.
Changed:
U ZODB/trunk/src/transaction/_transaction.py
-=-
Modified: ZODB/trunk/src/transaction/_transaction.py
===================================================================
--- ZODB/trunk/src/transaction/_transaction.py 2004-09-14 17:50:00 UTC (rev 27522)
+++ ZODB/trunk/src/transaction/_transaction.py 2004-09-14 17:50:53 UTC (rev 27523)
@@ -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