Commit 0964109a authored by Guido van Rossum's avatar Guido van Rossum

Add XXX TO DO comment at top.

parent e6e45571
...@@ -13,9 +13,15 @@ ...@@ -13,9 +13,15 @@
############################################################################## ##############################################################################
"""Network ZODB storage client """Network ZODB storage client
$Id: ClientStorage.py,v 1.52 2002/08/28 16:37:09 gvanrossum Exp $ $Id: ClientStorage.py,v 1.53 2002/08/28 18:59:06 gvanrossum Exp $
""" """
# 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 cPickle
import os import os
import tempfile import tempfile
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment