[Checkins] SVN: Zope/trunk/configure added Python 2.4.3 support

Andreas Jung andreas at andreas-jung.com
Fri Mar 31 00:21:48 EST 2006


Log message for revision 66264:
  added Python 2.4.3 support
  

Changed:
  U   Zope/trunk/configure

-=-
Modified: Zope/trunk/configure
===================================================================
--- Zope/trunk/configure	2006-03-30 08:42:17 UTC (rev 66263)
+++ Zope/trunk/configure	2006-03-31 05:21:47 UTC (rev 66264)
@@ -12,13 +12,13 @@
 
 # Place the optimal target version number for Zope (as returned by sys.version)
 # below
-TARGET="2.4.2"
+TARGET="2.4.3"
 
 # Order a list of "acceptable" python version numbers (as returned by
 # sys.version) below in "best" to "worst" order, not including the
 # target version.  Up to six acceptable python versions are allowed.
 # Do not include the target version number in this list!
-ACCEPTABLE="2.4.1"
+ACCEPTABLE="2.4.1 2.4.2"
 
 # provide the executable names for all the acceptable versions
 # (and the target version) below



More information about the Checkins mailing list