summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-10-13 15:11:05 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-10-13 15:11:05 (GMT)
commit8362006132d89baaec652dc495cc3ae9af25d61c (patch)
treea5990e06abf952ffbb3b27e5c4c06cfb1e95107e /Misc/NEWS
parent6cb2b5b1e1ded4c10e305e493e016a7ccf0275cd (diff)
parent1b80e63d7007fcf2ba2087a2821b076704b5bf9d (diff)
downloadcpython-8362006132d89baaec652dc495cc3ae9af25d61c.zip
cpython-8362006132d89baaec652dc495cc3ae9af25d61c.tar.gz
cpython-8362006132d89baaec652dc495cc3ae9af25d61c.tar.bz2
Merge heads
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 e764376..32b9395 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -427,6 +427,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.