summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2009-12-11 09:16:01 (GMT)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>2009-12-11 09:16:01 (GMT)
commit5cc4e2a04035ff823930aa39d88fb6678654637e (patch)
treea01382dbfb368673191f24e7fac8eccb56d53ddc /Misc
parent6c4847fbee5112ae79f5798d0cac8a7515388365 (diff)
downloadcpython-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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index e4c3918..38640a7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.