aboutsummaryrefslogtreecommitdiffstats
path: root/pkg_resources.txt
diff options
context:
space:
mode:
authorPJ Eby <distutils-sig@python.org>2005-11-13 01:08:33 +0000
committerPJ Eby <distutils-sig@python.org>2005-11-13 01:08:33 +0000
commit483a7ec258edae5a8f5568bdd5c47421c48c2a22 (patch)
tree9bf3b3be77e9659c12cd287d44b4448c7120cf6a /pkg_resources.txt
parentf13f9923afdc0c7ed240029c32c0c80778989b43 (diff)
downloadexternal_python_setuptools-483a7ec258edae5a8f5568bdd5c47421c48c2a22.tar.gz
external_python_setuptools-483a7ec258edae5a8f5568bdd5c47421c48c2a22.tar.bz2
external_python_setuptools-483a7ec258edae5a8f5568bdd5c47421c48c2a22.zip
Fixed a problem with nested namespace packages (e.g. ``peak.util``) not
being set as an attribute of their parent package. --HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041431
Diffstat (limited to 'pkg_resources.txt')
-rwxr-xr-xpkg_resources.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkg_resources.txt b/pkg_resources.txt
index e62ed25f..3018dd8e 100755
--- a/pkg_resources.txt
+++ b/pkg_resources.txt
@@ -1500,6 +1500,9 @@ Release Notes/Change History
* Fix path insertion algorithm for case-insensitive filesystems.
+ * Fixed a problem with nested namespace packages (e.g. ``peak.util``) not
+ being set as an attribute of their parent package.
+
0.6a6
* Activated distributions are now inserted in ``sys.path`` (and the working
set) just before the directory that contains them, instead of at the end.