Commit d7dc0ff7 authored by Christophe Combelles's avatar Christophe Combelles

fixed issue 163 : don't include md5 when comparing two distributions, and scan

index links before external page links.

--HG--
branch : distribute
extra : rebase_source : 21315f22104e090324f7fe243a4f16516c0a49fa
parent f3411291
......@@ -8,6 +8,8 @@ CHANGES
* Issue 160: 2.7 gives ValueError("Invalid IPv6 URL")
* Issue 150: Fixed using ~/.local even in a --no-site-packages virtualenv
* Issue 163: scan index links before external links, and don't use the md5 when
comparing two distributions
------
0.6.12
......
......@@ -13,6 +13,7 @@ class IndexServer(HTTPServer):
s.start()
index_url = s.base_url() + 'mytestindex'
# do some test requests to the index
# The index files should be located in setuptools/tests/indexes
s.stop()
"""
def __init__(self):
......
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