diff options
author | Julien Cristau <julien.cristau@logilab.fr> | 2012-11-13 07:47:04 +0100 |
---|---|---|
committer | Julien Cristau <julien.cristau@logilab.fr> | 2012-11-13 07:47:04 +0100 |
commit | ff4d1160a08c5925b4d98eba350a231bea2bd03f (patch) | |
tree | 499d735c689395943f97ec8533e5c7b82fa86405 /ChangeLog | |
parent | 6c87841bc7f0a1224df6708e88e376af29c4f535 (diff) | |
download | logilab-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-- | ChangeLog | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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) |