summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/easy_install.txt4
-rw-r--r--docs/pkg_resources.txt10
2 files changed, 0 insertions, 14 deletions
diff --git a/docs/easy_install.txt b/docs/easy_install.txt
index 2398d34b..e3b569e2 100644
--- a/docs/easy_install.txt
+++ b/docs/easy_install.txt
@@ -1216,10 +1216,6 @@ displayed MD5 info (broken onto two lines for readability)::
History
=======
-0.6final
- * Immediately close all file handles. This closes
- http://bitbucket.org/tarek/distribute/issue/3.
-
0.6c9
* Fixed ``win32.exe`` support for .pth files, so unnecessary directory nesting
is flattened out in the resulting egg. (There was a case-sensitivity
diff --git a/docs/pkg_resources.txt b/docs/pkg_resources.txt
index b99c19f2..049082c8 100644
--- a/docs/pkg_resources.txt
+++ b/docs/pkg_resources.txt
@@ -1693,16 +1693,6 @@ File/Path Utilities
History
-------
-0.6final
- * Allow to find_on_path on systems with tight permissions to fail gracefully.
- This closes http://bitbucket.org/tarek/distribute/issue/9.
-
- * Corrected inconsistency between documentation and code of add_entry.
- This closes http://bitbucket.org/tarek/distribute/issue/8.
-
- * Immediately close all file handles. This closes
- http://bitbucket.org/tarek/distribute/issue/3.
-
0.6c9
* Fix ``resource_listdir('')`` always returning an empty list for zipped eggs.