[Zope-Checkins] CVS: ZODB3/ZEO - ClientStorage.py:1.106.4.5

Tim Peters tim.one at comcast.net
Mon Sep 29 11:04:38 EDT 2003


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

Modified Files:
      Tag: Zope-2_7-branch
	ClientStorage.py 
Log Message:
Python no longer accepts "it" as a synonym of "if" <wink>.


=== ZODB3/ZEO/ClientStorage.py 1.106.4.4 => 1.106.4.5 ===
--- ZODB3/ZEO/ClientStorage.py:1.106.4.4	Mon Sep 29 10:44:34 2003
+++ ZODB3/ZEO/ClientStorage.py	Mon Sep 29 11:04:38 2003
@@ -317,7 +317,7 @@
                 self._cache.open()
 
     def _wait(self, timeout):
-        it timeout is not None:
+        if timeout is not None:
             deadline = time.time() + timeout
         # Wait for a connection to be established.
         self._rpc_mgr.connect(sync=1)




More information about the Zope-Checkins mailing list