summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-10-13 14:55:07 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-10-13 14:55:07 (GMT)
commit1b80e63d7007fcf2ba2087a2821b076704b5bf9d (patch)
tree71213043976436cd25a00165160e48da954f3553 /Misc/NEWS
parentaeaecfd25761b89820db258ca6c60f3c58c0502a (diff)
downloadcpython-1b80e63d7007fcf2ba2087a2821b076704b5bf9d.zip
cpython-1b80e63d7007fcf2ba2087a2821b076704b5bf9d.tar.gz
cpython-1b80e63d7007fcf2ba2087a2821b076704b5bf9d.tar.bz2
Issue #18919: Unified and extended tests for audio modules: aifc, sunau and
wave.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 536ea0e..d63a102 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -424,6 +424,9 @@ IDLE
Tests
-----
+- Issue #18919: Unified and extended tests for audio modules: aifc, sunau and
+ wave.
+
- Issue #18952: Fix regression in support data downloads introduced when
test.support was converted to a package. Regression noticed by Zachary
Ware.