summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSylvain Th?nault <sylvain.thenault@logilab.fr>2013-02-15 09:50:46 +0100
committerSylvain Th?nault <sylvain.thenault@logilab.fr>2013-02-15 09:50:46 +0100
commitdbf8429a76013f48fbfa365c1b8f53b4e68acf1d (patch)
treecc976a71c2f339c698bd0e768de9242e36ec564a /ChangeLog
parent106fd424de7954b57512cef4c4c2c2c21622ecb0 (diff)
downloadlogilab-common-dbf8429a76013f48fbfa365c1b8f53b4e68acf1d.tar.gz
fix umessages test w/ python 3 and LC_ALL=C (closes #119967)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 1a65760..a216b5b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,7 +5,13 @@ ChangeLog for logilab.common
* testlib: check for generators in with_tempdir (closes #117533)
* registry:
- * remove 2 accidentally introduced tabs breaking python 3 compat (closes #117580)
+ * select_or_none should not silent ObjectNotFound exception
+ (closes #119819)
+ * remove 2 accidentally introduced tabs breaking python 3 compat
+ (closes #117580)
+
+ * fix umessages test w/ python 3 and LC_ALL=C (closes #119967, report and
+ patch by Ian Delaney)
2013-01-21 -- 0.59.0