From c515eba9ff17ea5400c8aa1aad90190eadfbe80b Mon Sep 17 00:00:00 2001 From: Vinay Sajip Date: Mon, 24 Oct 2011 23:26:00 +0100 Subject: [PATCH] Updated NEWS with fix for 13232. --- Misc/NEWS | 3 +++ 1 file changed, 3 insertions(+) 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. -- 2.50.1