Commit 2ea428bb authored by Guido van Rossum's avatar Guido van Rossum

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.
parent 5ef4f237
...@@ -23,25 +23,25 @@ web: ...@@ -23,25 +23,25 @@ web:
What's here? 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 ClientCache.py client-side cache implementation
ClientStorage.py client-side storage implementation ClientStorage.py client-side storage implementation
ClientStub.py RPC stubs for callbacks from server to client ClientStub.py RPC stubs for callbacks from server to client
CommitLog.py buffer used during two-phase commit on the server CommitLog.py buffer used during two-phase commit on the server
Exceptions.py definitions of exceptions Exceptions.py definitions of exceptions
ICache.py interface definition for the client-side cache ICache.py interface definition for the client-side cache
ServerStub.py RPC stubs for the server ServerStub.py RPC stubs for the server
StorageServer.py server-side storage implementation StorageServer.py server-side storage implementation
TransactionBuffer.py buffer used for transaction data in the client TransactionBuffer.py buffer used for transaction data in the client
__init__.py near-empty file to make this directory a package __init__.py near-empty file to make this directory a package
simul.py command-line tool to simulate cache behavior simul.py command-line tool to simulate cache behavior
start.py command-line tool to start the storage server start.py command-line tool to start the storage server
stats.py command-line tool to process client cache traces stats.py command-line tool to process client cache traces
tests/ unit tests and other test utilities tests/ unit tests and other test utilities
util.py utilities used by the server startup tool util.py utilities used by the server startup tool
version.txt text file indicating the ZEO version version.txt text file indicating the ZEO version
zrpc/ subpackage implementing Remote Procedure Call (RPC) zrpc/ subpackage implementing Remote Procedure Call (RPC)
Client Cache Tracing Client Cache Tracing
==================== ====================
......
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