[Zodb-checkins] CVS: StandaloneZODB/ZEO - ClientStub.py:1.3.2.2

Jeremy Hylton jeremy@zope.com
Wed, 16 Jan 2002 20:43:17 -0500


Update of /cvs-repository/StandaloneZODB/ZEO
In directory cvs.zope.org:/tmp/cvs-serv14512

Modified Files:
      Tag: Standby-branch
	ClientStub.py 
Log Message:
Add XXX about need to rename invalidate() and/or Invalidate().



=== StandaloneZODB/ZEO/ClientStub.py 1.3.2.1 => 1.3.2.2 ===
         self.rpc.callAsync('begin')
 
-    # XXX what's the difference between these two?
+    # XXX must rename the two invalidate messages.  I can never
+    # remember which is which
 
     def invalidate(self, args):
         self.rpc.callAsync('invalidate', args)