[Zodb-checkins] CVS: ZODB3/ZEO/zrpc - client.py:1.17

Guido van Rossum guido@python.org
Mon, 23 Sep 2002 15:28:35 -0400


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

Modified Files:
	client.py 
Log Message:
Fix a misleading comment.


=== ZODB3/ZEO/zrpc/client.py 1.16 => 1.17 ===
--- ZODB3/ZEO/zrpc/client.py:1.16	Fri Sep 20 13:37:34 2002
+++ ZODB3/ZEO/zrpc/client.py	Mon Sep 23 15:28:35 2002
@@ -243,7 +243,8 @@
     exception, in which case the connection is abandoned.
 
     The thread will continue to run, attempting connections, until a
-    preferred connection is seen or until all sockets have been tried.
+    preferred connection is seen and successfully handed over to the
+    manager and client.
 
     As soon as testConnection() finds a preferred connection, or after
     all sockets have been tried and at least one fallback connection