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

Guido van Rossum guido@python.org
Wed, 28 Aug 2002 14:59:08 -0400


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

Modified Files:
	ClientStorage.py 
Log Message:
Add XXX TO DO comment at top.


=== ZODB3/ZEO/ClientStorage.py 1.52 => 1.53 ===
--- ZODB3/ZEO/ClientStorage.py:1.52	Wed Aug 28 12:37:09 2002
+++ ZODB3/ZEO/ClientStorage.py	Wed Aug 28 14:59:06 2002
@@ -16,6 +16,12 @@
 $Id$
 """
 
+# XXX TO DO
+# get rid of beginVerify, set up _tfile in verify_cache
+# set self._storage = stub later, in endVerify
+# if wait is given, wait until verify is complete
+# get rid of _basic_init
+
 import cPickle
 import os
 import tempfile