Commit 398b25c9 authored by Andreas Jung's avatar Andreas Jung

updated to python 2.3.6

parent e3561bc1
......@@ -12,13 +12,13 @@ ZOPE_VERS=2.8
# Place the optimal target version number for Zope (as returned by sys.version)
# below
TARGET="2.3.5"
TARGET="2.3.6"
# 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=""
ACCEPTABLE="2.3.5"
# provide the executable names for all the acceptable versions
# (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