summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2014-01-27 08:07:45 (GMT)
committerChristian Heimes <christian@python.org>2014-01-27 08:07:45 (GMT)
commit2361216a1ef0bbde6c7de3add6aef7f665c58c06 (patch)
treed88909f22682bdd9b2d1d91ef8362b5683f257b2 /Misc/NEWS
parentf1b1418feb3630fa0caa04a8c50b4f574036426b (diff)
downloadcpython-2361216a1ef0bbde6c7de3add6aef7f665c58c06.zip
cpython-2361216a1ef0bbde6c7de3add6aef7f665c58c06.tar.gz
cpython-2361216a1ef0bbde6c7de3add6aef7f665c58c06.tar.bz2
I forgot to add a Misc/NEWS entry for issue #20394
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 8b18b10..b4d2291 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.