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

Julien Anguenot ja at nuxeo.com
Fri Sep 30 07:17:29 EDT 2005


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Great ! ;)

	J.

Fred L. Drake, Jr. wrote:
> 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.
> 
> _______________________________________________
> Zope3-Checkins mailing list
> Zope3-Checkins at zope.org
> http://mail.zope.org/mailman/listinfo/zope3-checkins


- --
Julien Anguenot | Nuxeo R&D (Paris, France)
CPS Platform : http://www.cps-project.org
Zope3 / ECM   : http://www.z3lab.org
mail: anguenot at nuxeo.com; tel: +33 (0) 6 72 57 57 66
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org

iD8DBQFDPR7JGhoG8MxZ/pIRAknSAJ97JfV25eqeg3lhdBl2zeFt/m+N9ACfXbrl
9zE2ET0IENcKWL7l4a6Snw0=
=XmOA
-----END PGP SIGNATURE-----


More information about the Zope3-dev mailing list