[Zope-Checkins] CVS: ZODB3/ZEO - ClientStub.py:1.10.2.3

Jeremy Hylton jeremy at zope.com
Wed Aug 27 11:18:54 EDT 2003


Update of /cvs-repository/ZODB3/ZEO
In directory cvs.zope.org:/tmp/cvs-serv25768

Modified Files:
      Tag: ZODB3-3_1-branch
	ClientStub.py 
Log Message:
Add an explicit close() method.


=== ZODB3/ZEO/ClientStub.py 1.10.2.2 => 1.10.2.3 ===
--- ZODB3/ZEO/ClientStub.py:1.10.2.2	Wed Aug 27 00:38:51 2003
+++ ZODB3/ZEO/ClientStub.py	Wed Aug 27 10:18:53 2003
@@ -43,6 +43,9 @@
         """
         self.rpc = rpc
 
+    def close(self):
+        self.rpc.close()
+
     def beginVerify(self):
         self.rpc.callAsync('begin')
 




More information about the Zope-Checkins mailing list