[Zope3-checkins] SVN: Zope3/trunk/releases/ZopeX3/README.txt Updated to refer to Python 2.3.5.

Jim Fulton jim at zope.com
Fri Apr 22 17:14:59 EDT 2005


Log message for revision 30118:
  Updated to refer to Python 2.3.5.
  

Changed:
  U   Zope3/trunk/releases/ZopeX3/README.txt

-=-
Modified: Zope3/trunk/releases/ZopeX3/README.txt
===================================================================
--- Zope3/trunk/releases/ZopeX3/README.txt	2005-04-22 20:54:35 UTC (rev 30117)
+++ Zope3/trunk/releases/ZopeX3/README.txt	2005-04-22 21:14:59 UTC (rev 30118)
@@ -14,7 +14,7 @@
 Requirements
 ------------
 
-Zope X3 requires that Python 2.3.4 or newer be installed.
+Zope X3 requires that Python 2.3.5 or newer be installed.
 
 Building the Zope X3 software requires a C compiler supported by the
 distutils.
@@ -39,15 +39,15 @@
   Testing for an acceptable Python interpreter...
 
   Python version 2.4a0 found at /usr/local/bin/python
-  Python version 2.3.4 found at /usr/local/bin/python2.3
+  Python version 2.3.5 found at /usr/local/bin/python2.3
 
-  The optimum Python version (2.3.4) was found at /usr/local/bin/python2.3.
+  The optimum Python version (2.3.5) was found at /usr/local/bin/python2.3.
 
 If you want to specify which Python should be used with Zope, use the
 "--with-python" option to indicate the specific Python interpreter to
 use:
 
-  $ ./configure --with-python /opt/Python-2.3.4/bin/python
+  $ ./configure --with-python /opt/Python-2.3.5/bin/python
 
   Using Python interpreter at python2.3
 
@@ -66,9 +66,9 @@
   Testing for an acceptable Python interpreter...
 
   Python version 2.4a0 found at /usr/local/bin/python
-  Python version 2.3.4 found at /usr/local/bin/python2.3
+  Python version 2.3.5 found at /usr/local/bin/python2.3
 
-  The optimum Python version (2.3.4) was found at /usr/local/bin/python2.3.
+  The optimum Python version (2.3.5) was found at /usr/local/bin/python2.3.
 
 If you want to use the same prefix as a previous installation, you
 need to remove the original installation first.  Instances created



More information about the Zope3-Checkins mailing list