[Zodb-checkins] CVS: ZODB3/ZEO - README.txt:1.3
Guido van Rossum
guido@python.org
Wed, 11 Sep 2002 17:25:40 -0400
Update of /cvs-repository/ZODB3/ZEO
In directory cvs.zope.org:/tmp/cvs-serv4767
Modified Files:
README.txt
Log Message:
Make the table of file names a literal block, so it comes out better
in reST. I'm not going to figure out how to turn this into a reST
table.
=== ZODB3/ZEO/README.txt 1.2 => 1.3 ===
--- ZODB3/ZEO/README.txt:1.2 Tue Sep 10 16:08:18 2002
+++ ZODB3/ZEO/README.txt Wed Sep 11 17:25:39 2002
@@ -23,25 +23,25 @@
What's here?
============
-(This list of filenames is mostly for ZEO developers.)
+This list of filenames is mostly for ZEO developers::
-ClientCache.py client-side cache implementation
-ClientStorage.py client-side storage implementation
-ClientStub.py RPC stubs for callbacks from server to client
-CommitLog.py buffer used during two-phase commit on the server
-Exceptions.py definitions of exceptions
-ICache.py interface definition for the client-side cache
-ServerStub.py RPC stubs for the server
-StorageServer.py server-side storage implementation
-TransactionBuffer.py buffer used for transaction data in the client
-__init__.py near-empty file to make this directory a package
-simul.py command-line tool to simulate cache behavior
-start.py command-line tool to start the storage server
-stats.py command-line tool to process client cache traces
-tests/ unit tests and other test utilities
-util.py utilities used by the server startup tool
-version.txt text file indicating the ZEO version
-zrpc/ subpackage implementing Remote Procedure Call (RPC)
+ ClientCache.py client-side cache implementation
+ ClientStorage.py client-side storage implementation
+ ClientStub.py RPC stubs for callbacks from server to client
+ CommitLog.py buffer used during two-phase commit on the server
+ Exceptions.py definitions of exceptions
+ ICache.py interface definition for the client-side cache
+ ServerStub.py RPC stubs for the server
+ StorageServer.py server-side storage implementation
+ TransactionBuffer.py buffer used for transaction data in the client
+ __init__.py near-empty file to make this directory a package
+ simul.py command-line tool to simulate cache behavior
+ start.py command-line tool to start the storage server
+ stats.py command-line tool to process client cache traces
+ tests/ unit tests and other test utilities
+ util.py utilities used by the server startup tool
+ version.txt text file indicating the ZEO version
+ zrpc/ subpackage implementing Remote Procedure Call (RPC)
Client Cache Tracing
====================