[Checkins] SVN: ZODB/trunk/src/ZODB/ConflictResolution.txt Another attempt at a small bit of clarification

Gary Poster gary at zope.com
Sun Jun 24 13:19:18 EDT 2007


Log message for revision 77010:
  Another attempt at a small bit of clarification
  

Changed:
  U   ZODB/trunk/src/ZODB/ConflictResolution.txt

-=-
Modified: ZODB/trunk/src/ZODB/ConflictResolution.txt
===================================================================
--- ZODB/trunk/src/ZODB/ConflictResolution.txt	2007-06-24 17:10:08 UTC (rev 77009)
+++ ZODB/trunk/src/ZODB/ConflictResolution.txt	2007-06-24 17:19:18 UTC (rev 77010)
@@ -10,8 +10,8 @@
 try to avoid throwing away potentially computationally expensive transactions.
 
 The risk of harming data integrity should not be underestimated. Writing
-conflict resolution code takes some responsibility away from the ZODB
-for transactional integrity, and puts it in the hands of the developer
+conflict resolution code takes some responsibility for transactional
+integrity away from the ZODB, and puts it in the hands of the developer
 writing the conflict resolution code.
 
 The current conflict resolution code is implemented with a storage mix-in



More information about the Checkins mailing list