I forgot to add a Misc/NEWS entry for issue #20394

This commit is contained in:
Christian Heimes 2014-01-27 09:07:45 +01:00
parent f1b1418feb
commit 2361216a1e

View file

@ -48,6 +48,8 @@ Core and Builtins
Library Library
------- -------
- Issue #20394: Silence Coverity warning in audioop module.
- Issue #20367: Fix behavior of concurrent.futures.as_completed() for - Issue #20367: Fix behavior of concurrent.futures.as_completed() for
duplicate arguments. Patch by Glenn Langford. duplicate arguments. Patch by Glenn Langford.