diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2014-03-22 10:04:58 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2014-03-22 10:04:58 -0400 |
commit | fa9eb7791874200e83d52830ea7b124fc889a156 (patch) | |
tree | 127e323536d25ac79dacac41b3001ab7fe1ab4bc | |
parent | 2c0a61206618c83fb683a8b478b62eff88d9b33a (diff) | |
download | external_python_setuptools-fa9eb7791874200e83d52830ea7b124fc889a156.tar.gz external_python_setuptools-fa9eb7791874200e83d52830ea7b124fc889a156.tar.bz2 external_python_setuptools-fa9eb7791874200e83d52830ea7b124fc889a156.zip |
Update changelog
-rw-r--r-- | CHANGES.txt | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 7a9ed446..aeba99ec 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -3,13 +3,12 @@ CHANGES ======= --- -4.0 +3.4 --- -* Issue #97: ``find_packages()`` now supports PEP 420 namespace packages. It - does so by considering all subdirectories of the start directory that - aren't regular packages to be PEP 420 namespace packages (on Python 3.3+ - only). +* 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. --- 3.3 |