diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-10-13 15:11:05 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-10-13 15:11:05 (GMT) |
commit | 8362006132d89baaec652dc495cc3ae9af25d61c (patch) | |
tree | a5990e06abf952ffbb3b27e5c4c06cfb1e95107e /Misc/NEWS | |
parent | 6cb2b5b1e1ded4c10e305e493e016a7ccf0275cd (diff) | |
parent | 1b80e63d7007fcf2ba2087a2821b076704b5bf9d (diff) | |
download | cpython-8362006132d89baaec652dc495cc3ae9af25d61c.zip cpython-8362006132d89baaec652dc495cc3ae9af25d61c.tar.gz cpython-8362006132d89baaec652dc495cc3ae9af25d61c.tar.bz2 |
Merge heads
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |