summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJulien Cristau <julien.cristau@logilab.fr>2012-11-13 07:47:04 +0100
committerJulien Cristau <julien.cristau@logilab.fr>2012-11-13 07:47:04 +0100
commitff4d1160a08c5925b4d98eba350a231bea2bd03f (patch)
tree499d735c689395943f97ec8533e5c7b82fa86405 /ChangeLog
parent6c87841bc7f0a1224df6708e88e376af29c4f535 (diff)
downloadlogilab-common-ff4d1160a08c5925b4d98eba350a231bea2bd03f.tar.gz
ustrftime: ask the system for the encoding instead of trying to guess
strftime uses the encoding corresponding to the LC_TIME locale setting. Closes #109740
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 4 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 5bb288b..b218e0b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,10 @@
ChangeLog for logilab.common
============================
- --
- * fix logilab.common.date.ustrftime() for python3 (closes #82161,
- patch by Arfrever Frehtes Taifersar Arahesis)
+--
+ * date: fix ustrftime() impl. for python3 (closes #82161, patch by Arfrever
+ Frehtes Taifersar Arahesis) and encoding detection for python2 (closes
+ #109740)
2012-07-30 -- 0.58.2
* modutils: fixes (closes #100757 and #100935)