diff options
| author | pje <none@none> | 2013-03-01 12:26:46 -0500 |
|---|---|---|
| committer | pje <none@none> | 2013-03-01 12:26:46 -0500 |
| commit | 07f79506c315c983f6cbba7d67cb68f0f668af44 (patch) | |
| tree | 86bb0e8bdd900d8dc0d678da939bf20ecf0546a7 | |
| parent | 70c61d89a8c7d548a42f843579ca540b39655ca9 (diff) | |
| download | python-setuptools-git-07f79506c315c983f6cbba7d67cb68f0f668af44.tar.gz | |
Add SSL fix to change log
--HG--
branch : setuptools-0.6
| -rwxr-xr-x | EasyInstall.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/EasyInstall.txt b/EasyInstall.txt index 753baf65..1e7c8909 100755 --- a/EasyInstall.txt +++ b/EasyInstall.txt @@ -1217,7 +1217,9 @@ displayed MD5 info (broken onto two lines for readability):: Release Notes/Change History ============================ -0.6final +0.6c12 + * Default --index-URL to SSL version of PyPI + * Fixed AttributeError under Python 2.3 when processing "HTTP authentication" URLs (i.e., ones with a ``user:password@host``). |
