[Zope-Checkins] SVN: Zope/branches/2.9/configure added support for
	Python 2.4.3
    Andreas Jung 
    andreas at andreas-jung.com
       
    Fri Mar 31 00:22:42 EST 2006
    
    
  
Log message for revision 66265:
  added support for Python 2.4.3
  
Changed:
  U   Zope/branches/2.9/configure
-=-
Modified: Zope/branches/2.9/configure
===================================================================
--- Zope/branches/2.9/configure	2006-03-31 05:21:47 UTC (rev 66264)
+++ Zope/branches/2.9/configure	2006-03-31 05:22:42 UTC (rev 66265)
@@ -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 Zope-Checkins
mailing list