Commit ec8d1881 authored by Fred Drake's avatar Fred Drake

reflect preference for Python 2.3.3

parent ca3f97e0
#!/bin/sh #!/bin/sh
# Zope configure script # Zope configure script
# $Id: configure,v 1.18 2003/12/14 05:11:50 fdrake Exp $ # $Id: configure,v 1.19 2004/01/02 23:20:18 fdrake Exp $
# $Revision: 1.18 $ # $Revision: 1.19 $
##################################################################### #####################################################################
# BEGIN EDITABLE PARAMETERS # # BEGIN EDITABLE PARAMETERS #
...@@ -13,13 +13,13 @@ ZOPE_VERS=2.8 ...@@ -13,13 +13,13 @@ ZOPE_VERS=2.8
# Place the optimal target version number for Zope (as returned by sys.version) # Place the optimal target version number for Zope (as returned by sys.version)
# below # below
TARGET="2.3.2" TARGET="2.3.3"
# Order a list of "acceptable" python version numbers (as returned by # Order a list of "acceptable" python version numbers (as returned by
# sys.version) below in "best" to "worst" order, not including the # sys.version) below in "best" to "worst" order, not including the
# target version. Up to six acceptable python versions are allowed. # target version. Up to six acceptable python versions are allowed.
# Do not include the target version number in this list! # Do not include the target version number in this list!
ACCEPTABLE="2.3.1 2.3 2.2.3 2.2.2" ACCEPTABLE="2.3.2 2.3.1 2.3 2.2.3 2.2.2"
# provide the executable names for all the acceptable versions # provide the executable names for all the acceptable versions
# (and the target version) below # (and the target version) below
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment