From: Vinay Sajip Date: Mon, 24 Oct 2011 22:26:00 +0000 (+0100) Subject: Updated NEWS with fix for 13232. X-Git-Tag: v2.7.3rc1~379 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c515eba9ff17ea5400c8aa1aad90190eadfbe80b;p=python Updated NEWS with fix for 13232. --- diff --git a/Misc/NEWS b/Misc/NEWS index eb91348c64..04aa011cec 100644 --- 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.