summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSylvain Th?nault <sylvain.thenault@logilab.fr>2013-10-07 18:12:42 +0200
committerSylvain Th?nault <sylvain.thenault@logilab.fr>2013-10-07 18:12:42 +0200
commitf184980a9faf53954becba7fee8a22e4d7c9bf97 (patch)
treea2a1a97f3b6c7e483d1b92427ff4a93745af9c23 /ChangeLog
parent9ac08034fb9f3d1fc7e23652f00e7356801eb6cf (diff)
downloadlogilab-common-f184980a9faf53954becba7fee8a22e4d7c9bf97.tar.gz
[modutils] fix support for extend_path based namespace package when module is nested in a sub-package. Closes #177651
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 80f2bdb..11c7c7f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,11 +2,13 @@ ChangeLog for logilab.common
============================
--
- * modutils:
+ * modutils:
* don't propagate IOError when package's __init__.py file doesn't
exist (#174606)
* ensure file is closed, may cause pb depending on the interpreter, eg
pypy) (#180876)
+ * fix support for `extend_path` based nested namespace packages ;
+ Report and patch by John Johnson (#177651)
* fix some cases of failing python3 install on windows platform / cross
compilation (#180836)