[Zodb-checkins] SVN: ZODB/branches/3.8/src/ZEO/ClientStorage.py I have no idea what that todo was trying to say. :(

Jim Fulton jim at zope.com
Tue Jul 8 17:22:06 EDT 2008


Log message for revision 88124:
  I have no idea what that todo was trying to say. :(
  

Changed:
  U   ZODB/branches/3.8/src/ZEO/ClientStorage.py

-=-
Modified: ZODB/branches/3.8/src/ZEO/ClientStorage.py
===================================================================
--- ZODB/branches/3.8/src/ZEO/ClientStorage.py	2008-07-08 21:17:57 UTC (rev 88123)
+++ ZODB/branches/3.8/src/ZEO/ClientStorage.py	2008-07-08 21:22:06 UTC (rev 88124)
@@ -492,7 +492,6 @@
         if self._db is not None:
             self._db.invalidateCache()
 
-        # TODO:  report whether we get a read-only connection.
         if self._connection is not None:
             reconnect = 1
         else:



More information about the Zodb-checkins mailing list