summaryrefslogtreecommitdiffstats
path: root/bin/install_python.py
diff options
context:
space:
mode:
Diffstat (limited to 'bin/install_python.py')
-rw-r--r--bin/install_python.py17
1 files changed, 13 insertions, 4 deletions
diff --git a/bin/install_python.py b/bin/install_python.py
index 86807af..0cc805b 100644
--- a/bin/install_python.py
+++ b/bin/install_python.py
@@ -15,10 +15,19 @@ import sys
from Command import CommandRunner, Usage
all_versions = [
- '2.3.7',
- '2.4.5',
- #'2.5.2',
- '2.6',
+ #'1.5.2', # no longer available at python.org
+ #'2.0.1', # no longer supported by SCons
+ #'2.1.3', # no longer supported by SCons
+ '2.2',
+ #'2.2.3',
+ '2.3',
+ #'2.3.7',
+ #'2.4',
+ '2.4.6',
+ '2.5.5',
+ '2.6.5',
+ '3.0.1',
+ '3.1.2',
]
def main(argv=None):