[Zodb-checkins] CVS: ZODB3 - README.txt:1.7.4.1

Jeremy Hylton jeremy@zope.com
Thu, 3 Oct 2002 18:07:12 -0400


Update of /cvs-repository/ZODB3
In directory cvs.zope.org:/tmp/cvs-serv25861

Modified Files:
      Tag: ZODB3-3_1-branch
	README.txt 
Log Message:
Small updates.



=== ZODB3/README.txt 1.7 => 1.7.4.1 ===
--- ZODB3/README.txt:1.7	Tue Sep 24 23:39:40 2002
+++ ZODB3/README.txt	Thu Oct  3 18:07:10 2002
@@ -20,9 +20,8 @@
 2.3.  For best results, we recommend using Python 2.1.3 or Python 2.2.1.
 
 Our primary development platform is Linux, but we also test on Windows
-2000 and 98.  We expect that this release works on most platforms,
-although we have seen some problems with the test suite on Windows.
-(In particular, it can take a long time to run the ZEO tests.)
+2000 and 98.  The test suite should pass without error on all of these
+platforms, although it can take a long time on Windows.
 
 The components you get with the ZODB3 release are as follows:
 
@@ -82,7 +81,7 @@
     Type "help", "copyright", "credits" or "license" for more information.
     >>> import ZODB
     >>> ZODB.__version__
-    '3.1b1'
+    '3.1b2'
 
 To install ZODB3 using ZEO version 1 instead of version 2, pass the 
 ``--with-zeo1`` argument to setup.py when you build and install::
@@ -106,8 +105,7 @@
 third-party libraries.  On Windows, the tests can take much longer to
 execute::
 
-
-    Ran 956 tests in 153.175s
+    Ran 975 tests in 161.
 
     OK
 
@@ -148,7 +146,7 @@
 instead of ExtensionClass.  So we're calling this release "ZODB3".  We
 settled on the 3.1 version number so that we don't create the
 impression that this version of ZODB is the same as the one Jim
-described as ZODB 3 in 2002.
+described as ZODB 3 in 2000.
 
 
 More information