SVN: ZODB/branches/jim-thready/src/ZEO/ClientStorage.py Fixed a small invalidation bug.

Jim Fulton <[email protected]>
Newsgroups gmane.comp.python.zope.zodb.cvs
Message-ID <[email protected]>
Log message for revision 108399:
  Fixed a small invalidation bug.
  

Changed:
  U   ZODB/branches/jim-thready/src/ZEO/ClientStorage.py

-=-
Modified: ZODB/branches/jim-thready/src/ZEO/ClientStorage.py
===================================================================
--- ZODB/branches/jim-thready/src/ZEO/ClientStorage.py	2010-01-22 22:30:43 UTC (rev 108398)
+++ ZODB/branches/jim-thready/src/ZEO/ClientStorage.py	2010-01-22 22:30:45 UTC (rev 108399)
@@ -1198,7 +1198,7 @@
         if self._cache is None:
             return
 
-        for oid, tid in self._seriald.iteritems():
+        for oid, _ in self._seriald.iteritems():
             self._cache.invalidate(oid, tid, False)
 
         for oid, data in self._tbuf:
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.