summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorHanno Schlichting <hanno@hannosch.eu>2009-07-17 17:52:02 +0200
committerHanno Schlichting <hanno@hannosch.eu>2009-07-17 17:52:02 +0200
commitba7919618ce2500507a2edfe08156f25662b251e (patch)
treef1a76e2fa48fa9d7413845f367252484ba6ec020 /docs
parente7b68f2b4824ac95ccd7b1e0c2b050818b0f75b2 (diff)
downloadpython-setuptools-git-ba7919618ce2500507a2edfe08156f25662b251e.tar.gz
Backed out a couple of change log entries, which only happened in our fork and therefor should only be mentioned in our own change log.
--HG-- branch : distribute extra : rebase_source : f8dd5d37c9e4dc7d236795b345e990c1eece227f
Diffstat (limited to 'docs')
-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.