Update of /cvs-repository/Zope2/lib/python/ZODB
In directory korak.digicool.com:/tmp/cvs-serv4906
Modified Files:
Tag: ZEO-Dev
Transaction.py
Log Message:
Errors raised by calls to tpc_begin left objects in a state that made
future changes non-persistent. Basically, errors from tpc_begin weren't
handled correctly.