diff options
author | Sylvain Th?nault <sylvain.thenault@logilab.fr> | 2013-07-26 10:25:50 +0200 |
---|---|---|
committer | Sylvain Th?nault <sylvain.thenault@logilab.fr> | 2013-07-26 10:25:50 +0200 |
commit | 07f9b4ac057f646c5232781d01fc34765c1c04c2 (patch) | |
tree | df732c7f64f3781b2cda54bf8f4509ca8c2dcc14 /ChangeLog | |
parent | 701a93ce71b855d86e26bde0075e27479f1164e2 (diff) | |
download | logilab-common-07f9b4ac057f646c5232781d01fc34765c1c04c2.tar.gz |
update Changelog
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -10,6 +10,11 @@ ChangeLog for logilab.common * fix python3.3 crash in file_from_modpath due to implementation change of imp.find_module wrt builtin modules (#137244) + * testlib: use assertCountEqual instead of assertSameElements/assertItemsEqual + (deprecated), fixing crash with python 3.3 (#144526) + + * graph: use codecs.open avoid crash when writing utf-8 data under python3 + (#155138) 2013-04-16 -- 0.59.1 * graph: added pruning of the recursive search tree for detecting cycles in |