Commit 5f3cca68 authored by Christian Zagrodnick's avatar Christian Zagrodnick

corrected documentation: _p_ResolveConflict must raise ConflictError if it

cannot resolve.
parent 073d27df
......@@ -56,8 +56,9 @@ use:
This method should compute a new state by merging changes
reflected in savedState and newState, relative to oldState.
If the method cannot resolve the changes, then it should
return None.
If the method cannot resolve the changes, then it should raise
ZODB.POSException.ConflictError.
Consider an extremely simple example, a counter::
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment