diff options
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2009-12-11 09:16:01 (GMT) |
---|---|---|
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2009-12-11 09:16:01 (GMT) |
commit | 5cc4e2a04035ff823930aa39d88fb6678654637e (patch) | |
tree | a01382dbfb368673191f24e7fac8eccb56d53ddc /Misc | |
parent | 6c4847fbee5112ae79f5798d0cac8a7515388365 (diff) | |
download | cpython-5cc4e2a04035ff823930aa39d88fb6678654637e.zip cpython-5cc4e2a04035ff823930aa39d88fb6678654637e.tar.gz cpython-5cc4e2a04035ff823930aa39d88fb6678654637e.tar.bz2 |
Issue #7470: logging: fix bug in Unicode encoding fallback.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -15,6 +15,8 @@ Core and Builtins 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. |