diff options
| author | tarek <none@none> | 2009-08-08 23:25:32 +0200 |
|---|---|---|
| committer | tarek <none@none> | 2009-08-08 23:25:32 +0200 |
| commit | 9f08dbed9517e6f07505aa6fa906a51055fbc0a1 (patch) | |
| tree | 66af57e3901f0a51cd719bb678f906a86616403f | |
| parent | 8c7c061526b1f8b87a574b3d7ffae93285585fb2 (diff) | |
| download | python-setuptools-git-9f08dbed9517e6f07505aa6fa906a51055fbc0a1.tar.gz | |
fixed doc test levels
--HG--
branch : distribute
extra : rebase_source : 4f21be5b807e3d7440bf2837f0fb10ee9228d048
| -rw-r--r-- | CHANGES.txt | 9 | ||||
| -rwxr-xr-x | README.txt | 2 |
2 files changed, 6 insertions, 5 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index b107c140..dfc41bc1 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -2,11 +2,12 @@ CHANGES ======= +--- 0.6 -=== +--- setuptools ----------- +========== * Packages required at build time where not fully present at install time. This closes http://bitbucket.org/tarek/distribute/issue/12. @@ -27,7 +28,7 @@ setuptools http://bitbucket.org/tarek/distribute/issue/1. pkg_resources -------------- +============= * Avoid a call to /usr/bin/sw_vers on OSX and use the official platform API instead. Based on a patch from ronaldoussoren. This closes @@ -46,7 +47,7 @@ pkg_resources http://bitbucket.org/tarek/distribute/issue/3. easy_install ------------- +============ * Immediately close all file handles. This closes http://bitbucket.org/tarek/distribute/issue/3. @@ -126,7 +126,7 @@ Uninstallation Instructions Like other distutils-based distributions, Distribute doesn't provide an uninstaller yet. It's all manual ! -Distribute is installed in three steps:: +Distribute is installed in three steps: 1- it gets out of the way an existing installation of Setuptools 2- it installs a `fake` setuptools installation |
