Commit d7c99101 authored by Tim Peters's avatar Tim Peters

Merge rev 27522 from 3.3 branch.

Removed obsolete comment.
parent a3757926
......@@ -354,8 +354,6 @@ class Transaction(object):
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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment