diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-10-13 14:55:07 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-10-13 14:55:07 (GMT) |
commit | 1b80e63d7007fcf2ba2087a2821b076704b5bf9d (patch) | |
tree | 71213043976436cd25a00165160e48da954f3553 /Misc/NEWS | |
parent | aeaecfd25761b89820db258ca6c60f3c58c0502a (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |