[Zodb-checkins] CVS: ZODB3 - README.txt:1.7.2.2
Jeremy Hylton
jeremy@zope.com
Wed, 25 Sep 2002 17:11:01 -0400
Update of /cvs-repository/ZODB3
In directory cvs.zope.org:/tmp/cvs-serv7657
Modified Files:
Tag: ZODB3-3_1-branch
README.txt
Log Message:
Remove older mention of the typeobject patch.
=== ZODB3/README.txt 1.7.2.1 => 1.7.2.2 ===
--- ZODB3/README.txt:1.7.2.1 Wed Sep 25 16:57:03 2002
+++ ZODB3/README.txt Wed Sep 25 17:11:01 2002
@@ -19,7 +19,7 @@
ZODB3 works with Python 2.1 and the not-yet-released Python 2.3.
There is a bug in Python 2.2.1 that causes ZODB to crash. This bug
will be fixed in Python 2.2.2. Until it is released, you can rebuild
-Python with the ``typeobject.patch`` in this directory applied.
+Python with the `typeobject.patch` in this directory applied.
Our primary development platform is Linux, but we also test on Windows
2000 and 98. We expect that this release works on most platforms,
@@ -50,10 +50,6 @@
generation of Berkeley DB Python wrapper. It is recommended that you
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
------------