Update of /cvs-repository/Zope2/lib/python/Shared/DC/ZRDB In directory korak.digicool.com:/projects/users/jim/lib/python/Shared/DC/ZRDB Modified Files: THUNK.py Log Message: We had abort and tpc_abort reversed. tpc_abort is called after a commit and that's too late to actually abort. abort is called in a normal abort and is caled before commit, so it's the one that really matters.