summaryrefslogtreecommitdiff
path: root/docs/pkg_resources.txt
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/pkg_resources.txt
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/pkg_resources.txt')
-rw-r--r--docs/pkg_resources.txt10
1 files changed, 0 insertions, 10 deletions
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.