[Zodb-checkins] CVS: ZODB3/ZEO/zrpc - connection.py:1.49.4.2
Jeremy Hylton
jeremy at zope.com
Tue Sep 30 14:49:39 EDT 2003
Update of /cvs-repository/ZODB3/ZEO/zrpc
In directory cvs.zope.org:/tmp/cvs-serv28036/ZEO/zrpc
Modified Files:
Tag: Zope-2_7-branch
connection.py
Log Message:
Extended description of Z201 protocol.
=== ZODB3/ZEO/zrpc/connection.py 1.49.4.1 => 1.49.4.2 ===
--- ZODB3/ZEO/zrpc/connection.py:1.49.4.1 Mon Sep 15 14:02:58 2003
+++ ZODB3/ZEO/zrpc/connection.py Tue Sep 30 14:49:38 2003
@@ -126,11 +126,15 @@
# Protocol history:
#
- # Z200 -- original ZEO 2.0 protocol
+ # Z200 -- Original ZEO 2.0 protocol
#
- # Z201 -- added invalidateTransaction() to client;
- # renamed several client methods;
- # added lastTransaction() to server
+ # Z201 -- Added invalidateTransaction() to client.
+ # Renamed several client methods.
+ # Added several sever methods:
+ # lastTransaction()
+ # getAuthProtocol() and scheme-specific authentication methods
+ # getExtensionMethods().
+ # getInvalidations().
def __init__(self, sock, addr, obj=None):
self.obj = None
More information about the Zodb-checkins
mailing list