[Zodb-checkins] CVS: ZODB3/ZEO - ClientStorage.py:1.67

Guido van Rossum guido@python.org
Mon, 23 Sep 2002 16:24:55 -0400


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

Modified Files:
	ClientStorage.py 
Log Message:
Rename update() back to sync().  It is actually referenced by
ZODB/Connection.py -- the Connection class has a sync() method which
calls the sync() method on the storage if it exists.


=== ZODB3/ZEO/ClientStorage.py 1.66 => 1.67 ===
--- ZODB3/ZEO/ClientStorage.py:1.66	Mon Sep 23 15:08:14 2002
+++ ZODB3/ZEO/ClientStorage.py	Mon Sep 23 16:24:54 2002
@@ -187,7 +187,7 @@
         else:
             return 1
 
-    def update(self):
+    def sync(self):
         """Handle any pending invalidation messages."""
         self._server._update()