[Zope3-checkins] CVS: ZODB/src/transaction - _manager.py:1.4
interfaces.py:1.8 util.py:1.3
Tim Peters
tim.one at comcast.net
Mon Apr 19 17:19:42 EDT 2004
Update of /cvs-repository/ZODB/src/transaction
In directory cvs.zope.org:/tmp/cvs-serv9699/src/transaction
Modified Files:
_manager.py interfaces.py util.py
Log Message:
Whitespace normalization.
=== ZODB/src/transaction/_manager.py 1.3 => 1.4 ===
--- ZODB/src/transaction/_manager.py:1.3 Wed Apr 14 16:45:38 2004
+++ ZODB/src/transaction/_manager.py Mon Apr 19 17:19:10 2004
@@ -91,4 +91,3 @@
tid = thread.get_ident()
L = self._synchs.get(tid)
L.remove(synch)
-
=== ZODB/src/transaction/interfaces.py 1.7 => 1.8 ===
--- ZODB/src/transaction/interfaces.py:1.7 Tue Feb 24 08:52:05 2004
+++ ZODB/src/transaction/interfaces.py Mon Apr 19 17:19:10 2004
@@ -38,7 +38,7 @@
two-phase commit.
- The savepoint api may need some more thought.
-
+
"""
def prepare(transaction):
@@ -54,7 +54,7 @@
The transaction must match that used for preceeding
savepoints, if any.
"""
-
+
# This is equivalent to zodb3's tpc_begin, commit, and
# tpc_vote combined.
@@ -77,7 +77,7 @@
The prepare method must be called, with the same transaction,
before calling commit.
-
+
"""
# This is equivalent to zodb3's tpc_finish
@@ -87,7 +87,7 @@
Should return an object implementing IRollback that can be used
to rollback to the savepoint.
-
+
Note that (unlike zodb3) this doesn't use a 2-phase commit
protocol. If this call fails, or if a rollback call on the
result fails, the (containing) transaction should be
=== ZODB/src/transaction/util.py 1.2 => 1.3 ===
--- ZODB/src/transaction/util.py:1.2 Fri Feb 20 11:56:56 2004
+++ ZODB/src/transaction/util.py Mon Apr 19 17:19:10 2004
@@ -37,7 +37,7 @@
NotImplementedError: """ \
"""DataManager data managers do not support """ \
"""savepoints (aka subtransactions
-
+
"""
implements(IRollback)
More information about the Zope3-Checkins
mailing list