[Zodb-checkins] CVS: StandaloneZODB - README:1.1.4.10

Barry Warsaw barry@wooz.org
Mon, 28 Jan 2002 15:47:20 -0500


Update of /cvs-repository/StandaloneZODB
In directory cvs.zope.org:/tmp/cvs-serv32489

Modified Files:
      Tag: StandaloneZODB-1_0-branch
	README 
Log Message:
Added an XXX note about failures in the Berkeley tests when running on
Python 2.0.


=== StandaloneZODB/README 1.1.4.9 => 1.1.4.10 ===
     will not work with versions of Berkeley DB earlier than 3.3.x and
     it will not work with the Berkeley DB wrapper that comes standard
-    with Python.
+    with Python.  Also remember, that the Berkeley storages only work
+    with Python 2.1 or higher (by design).
 
     (Windows users, skip ahead...)
 
@@ -91,7 +92,12 @@
 	% python test.py
 
     For more verbose test output, append one or two `-v' arguments to
-    this command.
+    this command.  XXX Note that if you try to run the test suite
+    under Python 2.0, you may get some failures in the Berkeley
+    storages, i.e. Full.py.  These were only designed to run under
+    Python 2.1 and beyond; we plan on fixing StandaloneZODB to not run
+    or test the Berkeley storages under Python 2.0.  For now, ignore
+    them.
 
     If all the tests succeeded, you can install StandaloneZODB using
     the setup script: