aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/package_index.py
diff options
context:
space:
mode:
authorPJ Eby <distutils-sig@python.org>2006-01-17 18:44:46 +0000
committerPJ Eby <distutils-sig@python.org>2006-01-17 18:44:46 +0000
commit889ba71dfffd93fd5d0203512f1302ca1269ca55 (patch)
tree33056dba6104990a4751776e60265f0548e6f475 /setuptools/package_index.py
parent9a0ca8368b68ec3e4956dfee6222b6509b33f248 (diff)
downloadexternal_python_setuptools-889ba71dfffd93fd5d0203512f1302ca1269ca55.tar.gz
external_python_setuptools-889ba71dfffd93fd5d0203512f1302ca1269ca55.tar.bz2
external_python_setuptools-889ba71dfffd93fd5d0203512f1302ca1269ca55.zip
More sourceforge changes. :(
--HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4042086
Diffstat (limited to 'setuptools/package_index.py')
-rwxr-xr-xsetuptools/package_index.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/package_index.py b/setuptools/package_index.py
index 869fa7b0..b7c71f23 100755
--- a/setuptools/package_index.py
+++ b/setuptools/package_index.py
@@ -564,7 +564,7 @@ class PackageIndex(Environment):
f = self.open_url(url)
match = re.search(
- r'<META HTTP-EQUIV="refresh" content=".*?URL=(.*?)"',
+ r'(?i)<META HTTP-EQUIV="refresh" content=".*?URL=(.*?)"',
f.read()
)
f.close()