[Zope3-checkins] SVN: Zope3/trunk/ update all remaining references to python2.3 to 2.4

Benji York benji at zope.com
Sat Oct 1 23:16:20 EDT 2005


Log message for revision 38711:
  update all remaining references to python2.3 to 2.4
  

Changed:
  U   Zope3/trunk/bin/debugzope
  U   Zope3/trunk/bin/mkzeoinstance
  U   Zope3/trunk/bin/mkzopeinstance
  U   Zope3/trunk/bin/runzeo
  U   Zope3/trunk/bin/zbundle
  U   Zope3/trunk/bin/zeoctl
  U   Zope3/trunk/bin/zopectl
  U   Zope3/trunk/bin/zsync
  U   Zope3/trunk/doc/CHANGES.txt
  U   Zope3/trunk/releases/Zope/README.txt
  U   Zope3/trunk/releases/Zope/zopetest
  U   Zope3/trunk/src/buddydemo/I18N.txt
  U   Zope3/trunk/src/bugtracker/I18N.txt
  U   Zope3/trunk/src/zope/app/testing/dochttp.txt
  U   Zope3/trunk/src/zwiki/I18N.txt
  U   Zope3/trunk/utilities/XXXreport
  U   Zope3/trunk/utilities/importorder
  U   Zope3/trunk/utilities/importtool
  U   Zope3/trunk/utilities/rst2html

-=-
Modified: Zope3/trunk/bin/debugzope
===================================================================
--- Zope3/trunk/bin/debugzope	2005-10-01 13:21:35 UTC (rev 38710)
+++ Zope3/trunk/bin/debugzope	2005-10-02 03:16:20 UTC (rev 38711)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2.3
+#!/usr/bin/env python2.4
 ##############################################################################
 #
 # Copyright (c) 2004 Zope Corporation and Contributors.

Modified: Zope3/trunk/bin/mkzeoinstance
===================================================================
--- Zope3/trunk/bin/mkzeoinstance	2005-10-01 13:21:35 UTC (rev 38710)
+++ Zope3/trunk/bin/mkzeoinstance	2005-10-02 03:16:20 UTC (rev 38711)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2.3
+#!/usr/bin/env python2.4
 ##############################################################################
 #
 # Copyright (c) 2005 Zope Corporation and Contributors.

Modified: Zope3/trunk/bin/mkzopeinstance
===================================================================
--- Zope3/trunk/bin/mkzopeinstance	2005-10-01 13:21:35 UTC (rev 38710)
+++ Zope3/trunk/bin/mkzopeinstance	2005-10-02 03:16:20 UTC (rev 38711)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2.3
+#!/usr/bin/env python2.4
 ##############################################################################
 #
 # Copyright (c) 2004 Zope Corporation and Contributors.

Modified: Zope3/trunk/bin/runzeo
===================================================================
--- Zope3/trunk/bin/runzeo	2005-10-01 13:21:35 UTC (rev 38710)
+++ Zope3/trunk/bin/runzeo	2005-10-02 03:16:20 UTC (rev 38711)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2.3
+#!/usr/bin/env python2.4
 
 import os
 import sys

Modified: Zope3/trunk/bin/zbundle
===================================================================
--- Zope3/trunk/bin/zbundle	2005-10-01 13:21:35 UTC (rev 38710)
+++ Zope3/trunk/bin/zbundle	2005-10-02 03:16:20 UTC (rev 38711)
@@ -1,4 +1,4 @@
-#! /usr/bin/env python2.3
+#! /usr/bin/env python2.4
 ##############################################################################
 #
 # Copyright (c) 2003 Zope Corporation and Contributors.

Modified: Zope3/trunk/bin/zeoctl
===================================================================
--- Zope3/trunk/bin/zeoctl	2005-10-01 13:21:35 UTC (rev 38710)
+++ Zope3/trunk/bin/zeoctl	2005-10-02 03:16:20 UTC (rev 38711)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2.3
+#!/usr/bin/env python2.4
 
 import os
 import sys

Modified: Zope3/trunk/bin/zopectl
===================================================================
--- Zope3/trunk/bin/zopectl	2005-10-01 13:21:35 UTC (rev 38710)
+++ Zope3/trunk/bin/zopectl	2005-10-02 03:16:20 UTC (rev 38711)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2.3
+#!/usr/bin/env python2.4
 
 import os
 import sys

Modified: Zope3/trunk/bin/zsync
===================================================================
--- Zope3/trunk/bin/zsync	2005-10-01 13:21:35 UTC (rev 38710)
+++ Zope3/trunk/bin/zsync	2005-10-02 03:16:20 UTC (rev 38711)
@@ -1,4 +1,4 @@
-#! /usr/bin/env python2.3
+#! /usr/bin/env python2.4
 ##############################################################################
 #
 # Copyright (c) 2003 Zope Corporation and Contributors.

Modified: Zope3/trunk/doc/CHANGES.txt
===================================================================
--- Zope3/trunk/doc/CHANGES.txt	2005-10-01 13:21:35 UTC (rev 38710)
+++ Zope3/trunk/doc/CHANGES.txt	2005-10-02 03:16:20 UTC (rev 38711)
@@ -1270,7 +1270,7 @@
       in the ZODB 4 format, you need to convert it using the following
       command executed from the Zope3 directory::
 
-        PYTHONPATH=src python2.3 src/ZODB/zodb4/main.py Data.fs
+        PYTHONPATH=src python2.4 src/ZODB/zodb4/main.py Data.fs
 
     - Removed source type service and replaced source types by source
       factories. Updated the vocabulary accordingly.

Modified: Zope3/trunk/releases/Zope/README.txt
===================================================================
--- Zope3/trunk/releases/Zope/README.txt	2005-10-01 13:21:35 UTC (rev 38710)
+++ Zope3/trunk/releases/Zope/README.txt	2005-10-02 03:16:20 UTC (rev 38711)
@@ -36,16 +36,16 @@
   Testing for an acceptable Python interpreter...
 
   Python version 2.4a0 found at /usr/local/bin/python
-  Python version 2.3.5 found at /usr/local/bin/python2.3
+  Python version 2.3.5 found at /usr/local/bin/python2.4
 
-  The optimum Python version (2.3.5) was found at /usr/local/bin/python2.3.
+  The optimum Python version (2.3.5) was found at /usr/local/bin/python2.4.
 
 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.5/bin/python
 
-  Using Python interpreter at python2.3
+  Using Python interpreter at python2.4
 
   Configuring Zope 3 installation
 
@@ -62,9 +62,9 @@
   Testing for an acceptable Python interpreter...
 
   Python version 2.4.1 found at /usr/local/bin/python
-  Python version 2.3.5 found at /usr/local/bin/python2.3
+  Python version 2.3.5 found at /usr/local/bin/python2.4
 
-  The optimum Python version (2.3.5) was found at /usr/local/bin/python2.3.
+  The optimum Python version (2.3.5) was found at /usr/local/bin/python2.4.
 
 If you want to use the same prefix as a previous installation, you need to
 remove the original installation first.  Instances created using one
@@ -74,7 +74,7 @@
 options are needed.
 
   $ make
-  python2.3 install.py -q build
+  python2.4 install.py -q build
 
 Now that the software has been built, you can run the unit tests for the
 software to make sure that everything is working on your platform.  This is an
@@ -82,8 +82,8 @@
 ``make`` as well::
 
   $ make check
-  python2.3 install.py -q build
-  python2.3 test.py -v
+  python2.4 install.py -q build
+  python2.4 test.py -v
   Running UNIT tests at level 1
   Running UNIT tests from /home/user/Zope-3.2.0/build/lib.linux-i686-2.3
   [...lots of dots, one per test...]
@@ -107,8 +107,8 @@
 To install the software, run ``make`` again::
 
   $ make install
-  python2.3 install.py -q build
-  python2.3 install.py -q install --home "/opt/Zope-3.2.0"
+  python2.4 install.py -q build
+  python2.4 install.py -q install --home "/opt/Zope-3.2.0"
 
 You now have a complete Zope 3 installation.
 

Modified: Zope3/trunk/releases/Zope/zopetest
===================================================================
--- Zope3/trunk/releases/Zope/zopetest	2005-10-01 13:21:35 UTC (rev 38710)
+++ Zope3/trunk/releases/Zope/zopetest	2005-10-02 03:16:20 UTC (rev 38711)
@@ -1,4 +1,4 @@
-#!/bin/env python2.3
+#!/bin/env python2.4
 ##############################################################################
 #
 # Copyright (c) 2004 Zope Corporation and Contributors.

Modified: Zope3/trunk/src/buddydemo/I18N.txt
===================================================================
--- Zope3/trunk/src/buddydemo/I18N.txt	2005-10-01 13:21:35 UTC (rev 38710)
+++ Zope3/trunk/src/buddydemo/I18N.txt	2005-10-02 03:16:20 UTC (rev 38711)
@@ -12,7 +12,7 @@
 
     3. Go into the 'locales' directory and execute i18nextract.py::
 
-      python2.3 utilities/i18nextract.py -d buddydemo -p ..
+      python2.4 utilities/i18nextract.py -d buddydemo -p ..
 
 
   Updating Message Catalog (PO) Files

Modified: Zope3/trunk/src/bugtracker/I18N.txt
===================================================================
--- Zope3/trunk/src/bugtracker/I18N.txt	2005-10-01 13:21:35 UTC (rev 38710)
+++ Zope3/trunk/src/bugtracker/I18N.txt	2005-10-02 03:16:20 UTC (rev 38711)
@@ -12,7 +12,7 @@
 
     3. Go into the 'locales' directory and execute i18nextract.py::
 
-      python2.3 utilities/i18nextract.py -d bugtracker -p ..
+      python2.4 utilities/i18nextract.py -d bugtracker -p ..
 
 
   Updating Message Catalog (PO) Files

Modified: Zope3/trunk/src/zope/app/testing/dochttp.txt
===================================================================
--- Zope3/trunk/src/zope/app/testing/dochttp.txt	2005-10-01 13:21:35 UTC (rev 38710)
+++ Zope3/trunk/src/zope/app/testing/dochttp.txt	2005-10-02 03:16:20 UTC (rev 38711)
@@ -24,7 +24,7 @@
 7. Shut down tcpwatch.
 
 8. Run the script src/zope/app/testing/dochttp.py:
-   python2.3 src/zope/app/testing/dochttp.py tmpdir > somefile.txt
+   python2.4 src/zope/app/testing/dochttp.py tmpdir > somefile.txt
 
 9. Edit the generated text file to add explanations and elide
    uninteresting portions of the output.

Modified: Zope3/trunk/src/zwiki/I18N.txt
===================================================================
--- Zope3/trunk/src/zwiki/I18N.txt	2005-10-01 13:21:35 UTC (rev 38710)
+++ Zope3/trunk/src/zwiki/I18N.txt	2005-10-02 03:16:20 UTC (rev 38711)
@@ -12,7 +12,7 @@
 
     3. Go into the 'locales' directory and execute i18nextract.py::
 
-      python2.3 utilities/i18nextract.py -d zwiki -p ..
+      python2.4 utilities/i18nextract.py -d zwiki -p ..
 
 
   Updating Message Catalog (PO) Files

Modified: Zope3/trunk/utilities/XXXreport
===================================================================
--- Zope3/trunk/utilities/XXXreport	2005-10-01 13:21:35 UTC (rev 38710)
+++ Zope3/trunk/utilities/XXXreport	2005-10-02 03:16:20 UTC (rev 38711)
@@ -17,7 +17,7 @@
 # This script assumes it is located in the utilities directory of Zope3
 
 
-PYTHON=`which python2.3`
+PYTHON=`which python2.4`
 
 PATTERN='# ?(XXX|TODO)'
 TMPFILE=`mktemp` 

Modified: Zope3/trunk/utilities/importorder
===================================================================
--- Zope3/trunk/utilities/importorder	2005-10-01 13:21:35 UTC (rev 38710)
+++ Zope3/trunk/utilities/importorder	2005-10-02 03:16:20 UTC (rev 38711)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2.3
+#!/usr/bin/env python2.4
 ##############################################################################
 #
 # Copyright (c) 2004 Zope Corporation and Contributors.

Modified: Zope3/trunk/utilities/importtool
===================================================================
--- Zope3/trunk/utilities/importtool	2005-10-01 13:21:35 UTC (rev 38710)
+++ Zope3/trunk/utilities/importtool	2005-10-02 03:16:20 UTC (rev 38711)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2.3
+#!/usr/bin/env python2.4
 ##############################################################################
 #
 # Copyright (c) 2004 Zope Corporation and Contributors.

Modified: Zope3/trunk/utilities/rst2html
===================================================================
--- Zope3/trunk/utilities/rst2html	2005-10-01 13:21:35 UTC (rev 38710)
+++ Zope3/trunk/utilities/rst2html	2005-10-02 03:16:20 UTC (rev 38711)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2.3
+#!/usr/bin/env python2.4
 
 import errno
 import os



More information about the Zope3-Checkins mailing list