[Zodb-checkins] CVS: ZODB3 - README.txt:1.9
   
    Guido van Rossum
     
    guido@python.org
       
    Mon, 7 Oct 2002 12:51:30 -0400
    
    
  
Update of /cvs-repository/ZODB3
In directory cvs.zope.org:/tmp/cvs-serv4967
Modified Files:
	README.txt 
Log Message:
Be more careful about versions -- apparently 2.1.1 doesn't work.
Dunno about 2.1.2 but let's recommend 2.1.3 or later.
=== ZODB3/README.txt 1.8 => 1.9 ===
--- ZODB3/README.txt:1.8	Fri Oct  4 20:38:12 2002
+++ ZODB3/README.txt	Mon Oct  7 12:51:30 2002
@@ -16,8 +16,9 @@
 from the same source repository.  They have been packaged for use in
 non-Zope stand-alone Python applications.
 
-ZODB3 is known to work with Python 2.1, 2.2, and the not-yet-released
-2.3.  For best results, we recommend using Python 2.1.3 or Python 2.2.1.
+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.1.  Note that 2.1.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