summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2014-03-28 22:14:12 +0000
committerJason R. Coombs <jaraco@jaraco.com>2014-03-28 22:14:12 +0000
commit1ed2b9fd0f11fb50bedbf6d700ba6f6ab763550e (patch)
tree9cfefe74cb380f4bc644d79994dd55fdc250a44a
parent768568cd1bf28ed6c474a19423286211eb0eb502 (diff)
downloadpython-setuptools-git-1ed2b9fd0f11fb50bedbf6d700ba6f6ab763550e.tar.gz
Removed notice about PEP 420 package finder. Discussion in the ticket (Ref #97) indicates that the implementation is currently inadequate.
-rw-r--r--CHANGES.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 650b6de8..9be3987b 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -6,9 +6,6 @@ CHANGES
3.4
---
-* Issue #97: Added experimental support for PEP 420 namespace package
- discovery via the ``PEP420PackageFinder.find`` method. This new method will
- discover packages for directories lacking an __init__.py module.
* Issue #176: Add parameter to the test command to support a custom test
runner: --test-runner or -r.