From 2ea428bbe0ff2fa5f2aad5c38b3cb848b0b6f56d Mon Sep 17 00:00:00 2001
From: Guido van Rossum <guido@python.org>
Date: Wed, 11 Sep 2002 21:25:39 +0000
Subject: [PATCH] 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.

---
 src/ZEO/README.txt | 38 +++++++++++++++++++-------------------
 1 file changed, 19 insertions(+), 19 deletions(-)

diff --git a/src/ZEO/README.txt b/src/ZEO/README.txt
index 371a6f8b..06e46360 100644
--- a/src/ZEO/README.txt
+++ b/src/ZEO/README.txt
@@ -23,25 +23,25 @@ web:
 What's here?
 ============
 
-(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)
+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)
 
 Client Cache Tracing
 ====================
-- 
2.30.9