[Zope3-checkins] SVN: Zope3/trunk/Makefile Add back python version number to stay consistent since 2.3.5 is still the currently supported version of Python

Stephan Richter srichter at cosmos.phy.tufts.edu
Mon Aug 29 13:24:23 EDT 2005


On Monday 29 August 2005 13:18, Julien Anguenot wrote:
> Log message for revision 38145:
>   Add back python version number to stay consistent since 2.3.5 is still
> the currently supported version of Python
>
> Changed:
>   U   Zope3/trunk/Makefile
>
> -=-
> Modified: Zope3/trunk/Makefile
> ===================================================================
> --- Zope3/trunk/Makefile        2005-08-29 17:04:17 UTC (rev 38144)
> +++ Zope3/trunk/Makefile        2005-08-29 17:18:41 UTC (rev 38145)
> @@ -1,4 +1,4 @@
> -PYTHON=python
> +PYTHON=python2.3

Please do not do this. Not everyone has Python 2.3 installed. While it is a 
requirement, this requirement should *not* be expressed in this makefile. 
Everywhere else we use a reference to pure python.

Regards,
Stephan
-- 
Stephan Richter
CBU Physics & Chemistry (B.S.) / Tufts Physics (Ph.D. student)
Web2k - Web Software Design, Development and Training


More information about the Zope3-Checkins mailing list