[Zope-Checkins] CVS: Zope2 - Transaction.py:1.17.10.1

Jim Fulton jim@digicool.com
Sun, 16 Apr 2000 14:44:36 -0400


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.