[Zodb-checkins] CVS: ZODB3 - NEWS.txt:1.33.6.41
Tim Peters
tim.one at comcast.net
Wed Aug 25 15:21:09 EDT 2004
Update of /cvs-repository/ZODB3
In directory cvs.zope.org:/tmp/cvs-serv24683
Modified Files:
Tag: Zope-2_7-branch
NEWS.txt
Log Message:
Transaction.begin() should imply abort().
But didn't, if the only changes pending were in subtransactions. Now it
does, + new checkTxnBeginImpliesAbort test to ensure it stays fixed.
=== ZODB3/NEWS.txt 1.33.6.40 => 1.33.6.41 ===
--- ZODB3/NEWS.txt:1.33.6.40 Wed Aug 18 14:59:37 2004
+++ ZODB3/NEWS.txt Wed Aug 25 15:21:09 2004
@@ -2,6 +2,13 @@
=========================
Release date: DD-MMM-YYYY
+Transactions
+------------
+
+Transaction.begin() is supposed to imply Transaction.abort(), but if
+the only pending changes were in subtransactions, the substransactions
+were not aborted by begin(). This has been repaired.
+
Tools
-----
More information about the Zodb-checkins
mailing list