[Zodb-checkins] CVS: ZODB3/ZEO - ClientStorage.py:1.73.2.19
Jeremy Hylton
jeremy at zope.com
Thu Jun 5 17:53:28 EDT 2003
Update of /cvs-repository/ZODB3/ZEO
In directory cvs.zope.org:/tmp/cvs-serv30822
Modified Files:
Tag: ZODB3-3_1-branch
ClientStorage.py
Log Message:
Remove TODOs that are done.
=== ZODB3/ZEO/ClientStorage.py 1.73.2.18 => 1.73.2.19 ===
--- ZODB3/ZEO/ClientStorage.py:1.73.2.18 Thu Jun 5 16:38:47 2003
+++ ZODB3/ZEO/ClientStorage.py Thu Jun 5 16:53:27 2003
@@ -21,11 +21,6 @@
ClientDisconnected -- exception raised by ClientStorage
"""
-# 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
-
import cPickle
import os
import socket
More information about the Zodb-checkins
mailing list