summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSylvain Th?nault <sylvain.thenault@logilab.fr>2012-10-23 10:31:57 +0200
committerSylvain Th?nault <sylvain.thenault@logilab.fr>2012-10-23 10:31:57 +0200
commit5fc72182e1a79d1cf65affdaf1b7b052e4cffd4b (patch)
treee7836120cf2e8c7db361efc984b992a1bacb15a1 /ChangeLog
parentff4d1160a08c5925b4d98eba350a231bea2bd03f (diff)
downloadlogilab-common-5fc72182e1a79d1cf65affdaf1b7b052e4cffd4b.tar.gz
python3: fix code and test so most tests go green. Partially closes #104047
the only failing test concerns the @monkeypatch decorator and fix is subject to controversy, so post-pone it so we may discuss about it.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b218e0b..7ce11d3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,8 @@ ChangeLog for logilab.common
Frehtes Taifersar Arahesis) and encoding detection for python2 (closes
#109740)
+ * other python3 code and test fixes (closes #104047)
+
2012-07-30 -- 0.58.2
* modutils: fixes (closes #100757 and #100935)