Commit 889ba71d authored by PJ Eby's avatar PJ Eby

More sourceforge changes. :(

--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4042086
parent 9a0ca836
...@@ -564,7 +564,7 @@ class PackageIndex(Environment): ...@@ -564,7 +564,7 @@ class PackageIndex(Environment):
f = self.open_url(url) f = self.open_url(url)
match = re.search( match = re.search(
r'<META HTTP-EQUIV="refresh" content=".*?URL=(.*?)"', r'(?i)<META HTTP-EQUIV="refresh" content=".*?URL=(.*?)"',
f.read() f.read()
) )
f.close() f.close()
......
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