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

Jeremy Hylton jeremy@zope.com
Fri, 18 Oct 2002 15:43:43 -0400


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

Modified Files:
      Tag: ZODB3-3_1-branch
	README.txt 
Log Message:
Update README (use Python 2.2 and current test suite for examples).


=== ZODB3/README.txt 1.7.4.3 => 1.7.4.4 ===
--- ZODB3/README.txt:1.7.4.3	Thu Oct 17 18:07:34 2002
+++ ZODB3/README.txt	Fri Oct 18 15:43:41 2002
@@ -1,4 +1,4 @@
-ZODB3 3.1 beta 2
+ZODB3 3.1 beta 3
 ================
 
 Please see the LICENSE.txt file for terms and conditions.
@@ -18,7 +18,7 @@
 
 ZODB3 is known to work with Python 2.1.3, 2.2, and the
 not-yet-released 2.3.  For best results, we recommend using Python
-2.1.3 or Python 2.2.2.  Note that 2.1.1 does *not* work.
+2.1.3 or Python 2.2.2.  Note that 2.2.1 does not work.
 
 Our primary development platform is Linux, but we also test on Windows
 2000 and 98.  The test suite should pass without error on all of these
@@ -49,10 +49,6 @@
 use at least Berkeley 4.0.14 and PyBSDDB 3.4.0.  See the
 `bsddb3Storage/README` file for details.
 
-There is a bug in Python 2.2.1 that causes crashes on some platforms.
-If you are using Python 2.2.1, you should recompile Python with the patch in
-`typeobject.patch` applied.
-
 Installation
 ------------
 
@@ -77,12 +73,12 @@
 You can test this by cd'ing to your home directory and typing the
 following commands::
 
-    Python 2.2.1 (#1, Jun 28 2002, 15:05:26) 
+    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.1b2'
+    '3.1b3'
 
 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,7 +102,7 @@
 third-party libraries.  On Windows, the tests can take much longer to
 execute::
 
-    Ran 975 tests in 161.
+    Ran 859 tests in 153.277s
 
     OK
 
@@ -180,8 +176,8 @@
 Bugs and Patches
 ----------------
 
-For now, you can submit bug reports and patches on Andrew's
-ZODB SourceForge project at:
+You can submit bug reports and patches on Andrew's ZODB SourceForge
+project at:
 
     http://sourceforge.net/tracker/?group_id=15628