[Zodb-checkins] SVN: ZODB/branches/3.4/src/transaction/interfaces.py Removed some stale discussion of subtransactions.

Jim Fulton jim at zope.com
Mon Apr 25 10:41:14 EDT 2005


Log message for revision 30160:
  Removed some stale discussion of subtransactions.
  

Changed:
  U   ZODB/branches/3.4/src/transaction/interfaces.py

-=-
Modified: ZODB/branches/3.4/src/transaction/interfaces.py
===================================================================
--- ZODB/branches/3.4/src/transaction/interfaces.py	2005-04-25 13:40:50 UTC (rev 30159)
+++ ZODB/branches/3.4/src/transaction/interfaces.py	2005-04-25 14:41:08 UTC (rev 30160)
@@ -225,17 +225,6 @@
 
         transaction is the ITransaction instance associated with the
         transaction being committed.
-
-        subtransaction is a Boolean flag indicating whether the
-        two-phase commit is being invoked for a subtransaction.
-
-        Important note: Subtransactions are modelled in the sense that
-        when you commit a subtransaction, subsequent commits should be
-        for subtransactions as well.  That is, there must be a
-        commit_sub() call between a tpc_begin() call with the
-        subtransaction flag set to true and a tpc_begin() with the
-        flag set to false.
-
         """
 
     def commit(transaction):



More information about the Zodb-checkins mailing list