[Zope3-checkins] SVN: Zope3/trunk/Makefile Now that Python 2.4 is also supported, we should not exclusively refer to

Stephan Richter srichter at cosmos.phy.tufts.edu
Wed Jun 22 08:47:33 EDT 2005


Log message for revision 30885:
  Now that Python 2.4 is also supported, we should not exclusively refer to 
  python 2.3 anymore. In fact I think the sensible default is just the simple 
  python executable without version.
  
  
  

Changed:
  U   Zope3/trunk/Makefile

-=-
Modified: Zope3/trunk/Makefile
===================================================================
--- Zope3/trunk/Makefile	2005-06-22 12:28:54 UTC (rev 30884)
+++ Zope3/trunk/Makefile	2005-06-22 12:47:33 UTC (rev 30885)
@@ -1,4 +1,4 @@
-PYTHON=python2.3
+PYTHON=python
 TESTFLAGS=-v
 TESTOPTS=
 SETUPFLAGS=



More information about the Zope3-Checkins mailing list