Commit eec49810 authored by Jim Fulton's avatar Jim Fulton

Update interface for reality

ZEO handles undo asynchronously and ZODB has for some time allowed
undo oids to be returned via vote.
parent 870f2d58
......@@ -948,7 +948,7 @@ class IStorageUndoable(IStorage):
This method must only be called in the first phase of
two-phase commit (after tpc_begin but before tpc_vote). It
returns a serial (transaction id) and a sequence of object ids
for objects affected by the transaction.
for objects affected by the transaction. It may also return None.
"""
# Used by DB (Actually, by TransactionalUndo)
......
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