commit | 5cc4e2a04035ff823930aa39d88fb6678654637e | [log] [tgz] |
---|---|---|
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | Fri Dec 11 09:16:01 2009 +0000 |
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | Fri Dec 11 09:16:01 2009 +0000 |
tree | a01382dbfb368673191f24e7fac8eccb56d53ddc | |
parent | 6c4847fbee5112ae79f5798d0cac8a7515388365 [diff] |
Issue #7470: logging: fix bug in Unicode encoding fallback.
diff --git a/Misc/NEWS b/Misc/NEWS index e4c3918..38640a7 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -15,6 +15,8 @@ Library ------- +- Issue #7470: logging: fix bug in Unicode encoding fallback. + - Issue #5949: fixed IMAP4_SSL hang when the IMAP server response is missing proper end-of-line termination.