[Zodb-checkins] SVN: ZODB/branches/jim-readCurrent/src/ZODB/interfaces.py Fixed interface.
Jim Fulton
jim at zope.com
Tue Aug 31 11:33:12 EDT 2010
Log message for revision 116063:
Fixed interface.
Changed:
U ZODB/branches/jim-readCurrent/src/ZODB/interfaces.py
-=-
Modified: ZODB/branches/jim-readCurrent/src/ZODB/interfaces.py
===================================================================
--- ZODB/branches/jim-readCurrent/src/ZODB/interfaces.py 2010-08-31 15:22:26 UTC (rev 116062)
+++ ZODB/branches/jim-readCurrent/src/ZODB/interfaces.py 2010-08-31 15:33:12 UTC (rev 116063)
@@ -1135,7 +1135,7 @@
The method is called during the first phase of 2-phase commit
to verify that data read in a transaction is current.
- The storage should raise a ConflictError if the serial is not
+ The storage should raise a ReadConflictError if the serial is not
current, although it may raise the exception later, in a call
to store or in a call to tpc_vote.
More information about the Zodb-checkins
mailing list