From 7371bde9219635a4ca23b0e5c4686de1e5364034 Mon Sep 17 00:00:00 2001 From: utahta Date: Wed, 29 Jun 2011 18:57:09 +0900 Subject: [PATCH] update config.cfg --- pythonbrew/etc/config.cfg | 9 +++++++++ pythonbrew/installer/pythoninstaller.py | 1 - 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/pythonbrew/etc/config.cfg b/pythonbrew/etc/config.cfg index 22cbe55..cf6ec26 100644 --- a/pythonbrew/etc/config.cfg +++ b/pythonbrew/etc/config.cfg @@ -134,6 +134,9 @@ url = http://www.python.org/ftp/python/2.6.5/Python-2.6.5.tgz [Python-2.6.6] url = http://www.python.org/ftp/python/2.6.6/Python-2.6.6.tgz + +[Python-2.6.7] +url = http://www.python.org/ftp/python/2.6.7/Python-2.6.7.tgz latest = True [Python-2.7] @@ -141,6 +144,9 @@ url = http://www.python.org/ftp/python/2.7/Python-2.7.tgz [Python-2.7.1] url = http://www.python.org/ftp/python/2.7.1/Python-2.7.1.tgz + +[Python-2.7.2] +url = http://www.python.org/ftp/python/2.7.2/Python-2.7.2.tgz latest = True [Python-3.0] @@ -161,6 +167,9 @@ url = http://www.python.org/ftp/python/3.1.2/Python-3.1.2.tgz [Python-3.1.3] url = http://www.python.org/ftp/python/3.1.3/Python-3.1.3.tgz + +[Python-3.1.4] +url = http://www.python.org/ftp/python/3.1.4/Python-3.1.4.tgz latest = True [Python-3.2] diff --git a/pythonbrew/installer/pythoninstaller.py b/pythonbrew/installer/pythoninstaller.py index afbf95e..87f31f6 100644 --- a/pythonbrew/installer/pythoninstaller.py +++ b/pythonbrew/installer/pythoninstaller.py @@ -1,7 +1,6 @@ import os import sys import shutil -import re import mimetypes from pythonbrew.util import makedirs, symlink, Package, is_url, Link,\ unlink, is_html, Subprocess, rm_r,\