From: Christian Heimes Date: Mon, 27 Jan 2014 08:07:45 +0000 (+0100) Subject: I forgot to add a Misc/NEWS entry for issue #20394 X-Git-Tag: v3.4.0rc1~227 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2361216a1ef0bbde6c7de3add6aef7f665c58c06;p=python I forgot to add a Misc/NEWS entry for issue #20394 --- diff --git a/Misc/NEWS b/Misc/NEWS index 8b18b108c4..b4d2291996 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -48,6 +48,8 @@ Core and Builtins Library ------- +- Issue #20394: Silence Coverity warning in audioop module. + - Issue #20367: Fix behavior of concurrent.futures.as_completed() for duplicate arguments. Patch by Glenn Langford.