]> granicus.if.org Git - python/commitdiff
Updated NEWS with fix for 13232.
authorVinay Sajip <vinay_sajip@yahoo.co.uk>
Mon, 24 Oct 2011 22:26:00 +0000 (23:26 +0100)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>
Mon, 24 Oct 2011 22:26:00 +0000 (23:26 +0100)
Misc/NEWS

index eb91348c64c522068e361f47c8bd4c780e95c08b..04aa011cecb8a0b290087fa358cc757a96c09a69 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -69,6 +69,9 @@ Core and Builtins
 Library
 -------
 
+- Issue #13232: logging: Improved logging of exceptions in the presence of
+  multiple encodings.
+
 - Issue #10332: multiprocessing: fix a race condition when a Pool is closed
   before all tasks have completed.