SVN: ZODB/branches/jim-readCurrent/src/ZODB/interfaces.py Fixed interface.
Jim Fulton <[email protected]>
| Newsgroups | gmane.comp.python.zope.zodb.cvs |
|---|---|
| Message-ID | <20100831153312.7A3409418C__26418.5137850747$1283268797$gmane$org@cvs.zope.org> |
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.