[Zodb-checkins] CVS: ZODB3/ZEO - ServerStub.py:1.17.2.4
Jeremy Hylton
cvs-admin at zope.org
Wed Nov 19 22:23:11 EST 2003
Update of /cvs-repository/ZODB3/ZEO
In directory cvs.zope.org:/tmp/cvs-serv30356/ZEO
Modified Files:
Tag: ZODB3-mvcc-2-branch
ServerStub.py
Log Message:
Add comment about the use of the id argument to tpc_begin().
=== ZODB3/ZEO/ServerStub.py 1.17.2.3 => 1.17.2.4 ===
--- ZODB3/ZEO/ServerStub.py:1.17.2.3 Wed Nov 12 17:24:26 2003
+++ ZODB3/ZEO/ServerStub.py Wed Nov 19 22:23:10 2003
@@ -211,7 +211,9 @@
##
# Start two-phase commit for a transaction
- # @param id id used by client to identify current transaction
+ # @param id id used by client to identify current transaction. The
+ # only purpose of this argument is to distinguish among multiple
+ # threads using a single ClientStorage.
# @param user name of user committing transaction (can be "")
# @param description string containing transaction metadata (can be "")
# @param ext dictionary of extended metadata (?)
More information about the Zodb-checkins
mailing list