[Zope3-checkins] SVN: Zope3/trunk/ move the Zope 3 trunk to Python 2.4

Fred L. Drake, Jr. fdrake at gmail.com
Thu Sep 29 12:33:36 EDT 2005


Log message for revision 38688:
  move the Zope 3 trunk to Python 2.4

Changed:
  U   Zope3/trunk/Makefile
  U   Zope3/trunk/doc/DEBUG.txt
  U   Zope3/trunk/doc/INSTALL.txt
  U   Zope3/trunk/releases/Zope/test.py
  U   Zope3/trunk/src/zope/app/locales/extract.py
  U   Zope3/trunk/src/zope/app/recorder/tests.py
  U   Zope3/trunk/src/zope/importtool/order.py
  U   Zope3/trunk/src/zope/importtool/tests/script.py
  U   Zope3/trunk/src/zope/index/text/tests/mhindex.py
  U   Zope3/trunk/test.py
  U   Zope3/trunk/utilities/finddeps.py
  U   Zope3/trunk/utilities/headerfix.py
  U   Zope3/trunk/utilities/i18nextract.py
  U   Zope3/trunk/utilities/i18nmergeall.py
  U   Zope3/trunk/utilities/i18nstats.py
  U   Zope3/trunk/utilities/importchecker.py
  U   Zope3/trunk/z3.py

-=-
Modified: Zope3/trunk/Makefile
===================================================================
--- Zope3/trunk/Makefile	2005-09-29 14:27:41 UTC (rev 38687)
+++ Zope3/trunk/Makefile	2005-09-29 16:33:36 UTC (rev 38688)
@@ -1,4 +1,4 @@
-PYTHON=python2.3
+PYTHON=python2.4
 TESTFLAGS=-v
 TESTOPTS=
 SETUPFLAGS=

Modified: Zope3/trunk/doc/DEBUG.txt
===================================================================
--- Zope3/trunk/doc/DEBUG.txt	2005-09-29 14:27:41 UTC (rev 38687)
+++ Zope3/trunk/doc/DEBUG.txt	2005-09-29 16:33:36 UTC (rev 38688)
@@ -22,7 +22,7 @@
 To start interacting with the debugger you need to initialize the zope
 application:
 
-  $ python2.3
+  $ python2.4
   >>> from zope.app.debug import Debugger
   >>> debugger = Debugger()
 

Modified: Zope3/trunk/doc/INSTALL.txt
===================================================================
--- Zope3/trunk/doc/INSTALL.txt	2005-09-29 14:27:41 UTC (rev 38687)
+++ Zope3/trunk/doc/INSTALL.txt	2005-09-29 16:33:36 UTC (rev 38688)
@@ -7,7 +7,7 @@
 
 Important notes
 
-   ZOPE 3 REQUIRES PYTHON 2.3.5!
+   ZOPE 3 REQUIRES PYTHON 2.4.1!
 
 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.5 or later to run anything
+    * You should be using Python 2.4.1 or later to run anything
       related to Zope3.
 
     * The Python you run Zope with *must* have threads compiled in.

Modified: Zope3/trunk/releases/Zope/test.py
===================================================================
--- Zope3/trunk/releases/Zope/test.py	2005-09-29 14:27:41 UTC (rev 38687)
+++ Zope3/trunk/releases/Zope/test.py	2005-09-29 16:33:36 UTC (rev 38688)
@@ -1,4 +1,4 @@
-#!/bin/env python2.3
+#!/usr/bin/env python2.4
 ##############################################################################
 #
 # Copyright (c) 2004 Zope Corporation and Contributors.

Modified: Zope3/trunk/src/zope/app/locales/extract.py
===================================================================
--- Zope3/trunk/src/zope/app/locales/extract.py	2005-09-29 14:27:41 UTC (rev 38687)
+++ Zope3/trunk/src/zope/app/locales/extract.py	2005-09-29 16:33:36 UTC (rev 38688)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2.3
+#!/usr/bin/env python2.4
 ##############################################################################
 #
 # Copyright (c) 2003 Zope Corporation and Contributors.

Modified: Zope3/trunk/src/zope/app/recorder/tests.py
===================================================================
--- Zope3/trunk/src/zope/app/recorder/tests.py	2005-09-29 14:27:41 UTC (rev 38687)
+++ Zope3/trunk/src/zope/app/recorder/tests.py	2005-09-29 16:33:36 UTC (rev 38688)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2.3
+#!/usr/bin/env python2.4
 ##############################################################################
 #
 # Copyright (c) 2004 Zope Corporation and Contributors.

Modified: Zope3/trunk/src/zope/importtool/order.py
===================================================================
--- Zope3/trunk/src/zope/importtool/order.py	2005-09-29 14:27:41 UTC (rev 38687)
+++ Zope3/trunk/src/zope/importtool/order.py	2005-09-29 16:33:36 UTC (rev 38688)
@@ -1,4 +1,4 @@
-#! /usr/bin/env python2.3
+#!/usr/bin/env python2.4
 ##############################################################################
 #
 # Copyright (c) 2001, 2002 Zope Corporation and Contributors.

Modified: Zope3/trunk/src/zope/importtool/tests/script.py
===================================================================
--- Zope3/trunk/src/zope/importtool/tests/script.py	2005-09-29 14:27:41 UTC (rev 38687)
+++ Zope3/trunk/src/zope/importtool/tests/script.py	2005-09-29 16:33:36 UTC (rev 38688)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2.3
+#!/usr/bin/env python2.4
 ##############################################################################
 #
 # Copyright (c) 2004 Zope Corporation and Contributors.

Modified: Zope3/trunk/src/zope/index/text/tests/mhindex.py
===================================================================
--- Zope3/trunk/src/zope/index/text/tests/mhindex.py	2005-09-29 14:27:41 UTC (rev 38687)
+++ Zope3/trunk/src/zope/index/text/tests/mhindex.py	2005-09-29 16:33:36 UTC (rev 38688)
@@ -1,4 +1,4 @@
-#! /usr/bin/env python2.3
+#!/usr/bin/env python2.4
 ##############################################################################
 #
 # Copyright (c) 2003 Zope Corporation and Contributors.

Modified: Zope3/trunk/test.py
===================================================================
--- Zope3/trunk/test.py	2005-09-29 14:27:41 UTC (rev 38687)
+++ Zope3/trunk/test.py	2005-09-29 16:33:36 UTC (rev 38688)
@@ -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/finddeps.py
===================================================================
--- Zope3/trunk/utilities/finddeps.py	2005-09-29 14:27:41 UTC (rev 38687)
+++ Zope3/trunk/utilities/finddeps.py	2005-09-29 16:33:36 UTC (rev 38688)
@@ -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/headerfix.py
===================================================================
--- Zope3/trunk/utilities/headerfix.py	2005-09-29 14:27:41 UTC (rev 38687)
+++ Zope3/trunk/utilities/headerfix.py	2005-09-29 16:33:36 UTC (rev 38688)
@@ -1,4 +1,4 @@
-#! /usr/bin/env python2.3
+#!/usr/bin/env python2.4
 ##############################################################################
 #
 # Copyright (c) 2001 - 2004 Zope Corporation and Contributors 

Modified: Zope3/trunk/utilities/i18nextract.py
===================================================================
--- Zope3/trunk/utilities/i18nextract.py	2005-09-29 14:27:41 UTC (rev 38687)
+++ Zope3/trunk/utilities/i18nextract.py	2005-09-29 16:33:36 UTC (rev 38688)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2.3
+#!/usr/bin/env python2.4
 ##############################################################################
 #
 # Copyright (c) 2003 Zope Corporation and Contributors.

Modified: Zope3/trunk/utilities/i18nmergeall.py
===================================================================
--- Zope3/trunk/utilities/i18nmergeall.py	2005-09-29 14:27:41 UTC (rev 38687)
+++ Zope3/trunk/utilities/i18nmergeall.py	2005-09-29 16:33:36 UTC (rev 38688)
@@ -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/i18nstats.py
===================================================================
--- Zope3/trunk/utilities/i18nstats.py	2005-09-29 14:27:41 UTC (rev 38687)
+++ Zope3/trunk/utilities/i18nstats.py	2005-09-29 16:33:36 UTC (rev 38688)
@@ -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/importchecker.py
===================================================================
--- Zope3/trunk/utilities/importchecker.py	2005-09-29 14:27:41 UTC (rev 38687)
+++ Zope3/trunk/utilities/importchecker.py	2005-09-29 16:33:36 UTC (rev 38688)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2.3
+#!/usr/bin/env python2.4
 ##############################################################################
 #
 # Copyright (c) 2003 Zope Corporation and Contributors.

Modified: Zope3/trunk/z3.py
===================================================================
--- Zope3/trunk/z3.py	2005-09-29 14:27:41 UTC (rev 38687)
+++ Zope3/trunk/z3.py	2005-09-29 16:33:36 UTC (rev 38688)
@@ -1,4 +1,4 @@
-#! /usr/bin/env python2.3
+#!/usr/bin/env python2.4
 ##############################################################################
 #
 # Copyright (c) 2001, 2002 Zope Corporation and Contributors.



More information about the Zope3-Checkins mailing list