summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSylvain Th?nault <sylvain.thenault@logilab.fr>2013-10-03 17:31:43 +0200
committerSylvain Th?nault <sylvain.thenault@logilab.fr>2013-10-03 17:31:43 +0200
commit9ac08034fb9f3d1fc7e23652f00e7356801eb6cf (patch)
tree4e1e0ed82e5df0abed42d7d54435ee530e3a504c /ChangeLog
parent64aafff708367f5211b321d478bf2927728b2a4c (diff)
downloadlogilab-common-9ac08034fb9f3d1fc7e23652f00e7356801eb6cf.tar.gz
[modutils] ensure file is closed, may cause pb depending on the interpreter (eg pypy). Closes #180876
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index eabe38a..80f2bdb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,8 +2,11 @@ ChangeLog for logilab.common
============================
--
- * modutils: don't propagate IOError when package's __init__.py file doesn't
- exist (#174606)
+ * 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 some cases of failing python3 install on windows platform / cross
compilation (#180836)