[Zodb-checkins] SVN: ZODB/branches/3.7/README.txt Updated
compatibility.
Jim Fulton
jim at zope.com
Fri Apr 20 11:55:23 EDT 2007
Log message for revision 74268:
Updated compatibility.
Changed:
U ZODB/branches/3.7/README.txt
-=-
Modified: ZODB/branches/3.7/README.txt
===================================================================
--- ZODB/branches/3.7/README.txt 2007-04-20 15:54:12 UTC (rev 74267)
+++ ZODB/branches/3.7/README.txt 2007-04-20 15:55:22 UTC (rev 74268)
@@ -27,7 +27,7 @@
Compatibility
-------------
-ZODB 3.7 requires Python 2.4.2 or later. The BTree code may be
+ZODB 3.7 requires Python 2.4 (2.4.2 or later). The BTree code may be
compiled with support for 64-bit keys and values for the "I" flavors;
older versions of the BTrees package will not be able to load
persistent BTrees that use 64-bit data (an exception will be raised on
More information about the Zodb-checkins
mailing list