commit | c515eba9ff17ea5400c8aa1aad90190eadfbe80b | [log] [tgz] |
---|---|---|
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | Mon Oct 24 23:26:00 2011 +0100 |
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | Mon Oct 24 23:26:00 2011 +0100 |
tree | 4ea4a4afc4175099264e4d20f4e6b02357f61fa5 | |
parent | 9a11b296b27d4cd11f86c3dde3d0c3683fb14690 [diff] [blame] |
Updated NEWS with fix for 13232.
diff --git a/Misc/NEWS b/Misc/NEWS index eb91348..04aa011 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -69,6 +69,9 @@ 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.