[Zope3-checkins] SVN: Zope3/trunk/ python 2.3.4 is required

Philipp von Weitershausen philikon at philikon.de
Sun Jun 6 04:36:50 EDT 2004


Log message for revision 25271:
python 2.3.4 is required



-=-
Modified: Zope3/trunk/README.txt
===================================================================
--- Zope3/trunk/README.txt	2004-06-06 08:35:51 UTC (rev 25270)
+++ Zope3/trunk/README.txt	2004-06-06 08:36:49 UTC (rev 25271)
@@ -12,7 +12,7 @@
 
 Building and running tests
 
-  Zope3 requires Python 2.3.3 or later.
+  Zope3 requires Python 2.3.4 or later.
 
   In the top-level Zope3 directory, you should find a script called
   setup.py.  Run it to build the extension modules needed by

Modified: Zope3/trunk/doc/INSTALL.txt
===================================================================
--- Zope3/trunk/doc/INSTALL.txt	2004-06-06 08:35:51 UTC (rev 25270)
+++ Zope3/trunk/doc/INSTALL.txt	2004-06-06 08:36:49 UTC (rev 25271)
@@ -7,7 +7,7 @@
 
 Important notes
 
-   ZOPE 3 REQUIRES PYTHON 2.3.3!
+   ZOPE 3 REQUIRES PYTHON 2.3.4!
 
 Quick Start
 
@@ -84,7 +84,7 @@
       and 'test.py' will run all of the unit tests (see UNITTEST.txt
       in the doc directory for more information on unit tests).
 
-    * You should be using Python 2.3.3 or later to run anything
+    * You should be using Python 2.3.4 or later to run anything
       related to Zope3.
 
     * The Python you run Zope with *must* have threads compiled in.

Modified: Zope3/trunk/releases/ZopeX3/README.txt
===================================================================
--- Zope3/trunk/releases/ZopeX3/README.txt	2004-06-06 08:35:51 UTC (rev 25270)
+++ Zope3/trunk/releases/ZopeX3/README.txt	2004-06-06 08:36:49 UTC (rev 25271)
@@ -14,7 +14,7 @@
 Requirements
 ------------
 
-Zope X3 requires that Python 2.3.3 or newer be installed.
+Zope X3 requires that Python 2.3.4 or newer be installed.
 
 Building the Zope X3 software requires a C compiler supported by the
 distutils.




More information about the Zope3-Checkins mailing list