Commit 15ec728e authored by Jason R. Coombs's avatar Jason R. Coombs

Merge with Distribute 0.6.43

--HG--
rename : distribute_setup.py => ez_setup.py
parents cc51ff77 c12b3db4
......@@ -54,3 +54,4 @@ d737b2039c5f92af8000f78bbc80b6a5183caa97 0.6.39
ad107e9b4beea24516ac4e1e854696e586fe279d 0.6.41
f30167716b659f96c5e0b7ea3d5be2bcff8c0eac 0.6.42
8951daac6c1bc7b24c7fb054fd369f2c5b88cdb3 0.7b2
35086ee286732b0f63d2be18d9f26f2734586e2d 0.6.43
......@@ -20,6 +20,12 @@ Added several features that were slated for setuptools 0.6c12:
* Added support for SSL certificate validation when installing packages from
an HTTPS service.
------
0.6.43
------
* Issue #378: Restore support for Python 2.4 Syntax (regression in 0.6.42).
------
0.6.42
------
......
......@@ -12,7 +12,7 @@ try:
except ImportError:
from md5 import md5
from fnmatch import translate
from .py24compat import wraps
from setuptools.py24compat import wraps
from setuptools.py27compat import get_all_headers
EGG_FRAGMENT = re.compile(r'^egg=([-A-Za-z0-9_.]+)$')
......
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