[Zodb-checkins] CVS: ZODB3 - README.txt:1.7.4.14.4.3
Tim Peters
tim.one at comcast.net
Thu Sep 11 16:15:33 EDT 2003
Update of /cvs-repository/ZODB3
In directory cvs.zope.org:/tmp/cvs-serv5593
Modified Files:
Tag: Zope-2_6-branch
README.txt
Log Message:
Trimmed trailing whitespace.
=== ZODB3/README.txt 1.7.4.14.4.2 => 1.7.4.14.4.3 ===
--- ZODB3/README.txt:1.7.4.14.4.2 Thu Sep 11 12:44:07 2003
+++ ZODB3/README.txt Thu Sep 11 15:15:32 2003
@@ -72,14 +72,14 @@
You can test this by cd'ing to your home directory and typing the
following commands::
- Python 2.2.2 (#1, Oct 18 2002, 15:34:34)
+ Python 2.2.2 (#1, Oct 18 2002, 15:34:34)
[GCC 2.95.3 19991030 (prerelease)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import ZODB
>>> ZODB.__version__
'3.1.3'
-To install ZODB3 using ZEO version 1 instead of version 2, pass the
+To install ZODB3 using ZEO version 1 instead of version 2, pass the
``--with-zeo1`` argument to setup.py when you build and install::
% python setup.py build --with-zeo1
@@ -103,7 +103,7 @@
used for a ZEO server unless you have custom code in your Zope
software home that performs conflict resolution. In most cases,
conflict resolution is most important for BTrees, which is part of
-ZODB3.
+ZODB3.
Testing
-------
More information about the Zodb-checkins
mailing list