Commit 9f08dbed authored by tarek's avatar tarek

fixed doc test levels

--HG--
branch : distribute
extra : rebase_source : 4f21be5b807e3d7440bf2837f0fb10ee9228d048
parent 8c7c0615
......@@ -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
......
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