summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSylvain Th?nault <sylvain.thenault@logilab.fr>2013-05-07 14:46:28 +0200
committerSylvain Th?nault <sylvain.thenault@logilab.fr>2013-05-07 14:46:28 +0200
commitef345bf9d8664d5addfd0ef627b1f6d569f311fb (patch)
tree5d1aa12dedf93469ae3b6b6a6e04b386adf85c6a /ChangeLog
parent259fac24fdc0b990678be0748528b8b302e2058e (diff)
downloadlogilab-common-ef345bf9d8664d5addfd0ef627b1f6d569f311fb.tar.gz
[modutils]?fix python3.3 crash on file_from_modpath. Closes #137244
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 8ee6eac..b0c893e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,8 +2,13 @@ ChangeLog for logilab.common
============================
--
- * modutils: fix typo causing name error in python3 / bad message in python2
- (#136037)
+ * modutils:
+
+ * fix typo causing name error in python3 / bad message in python2
+ (#136037)
+
+ * fix python3.3 crash in file_from_modpath due to implementation
+ change of imp.find_module wrt builtin modules (#137244)
2013-04-16 -- 0.59.1