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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c515eba9ff17ea5400c8aa1aad90190eadfbe80b;p=thirdparty%2FPython%2Fcpython.git Updated NEWS with fix for 13232. --- diff --git a/Misc/NEWS b/Misc/NEWS index eb91348c64c5..04aa011cecb8 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.