summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2013-11-28 05:56:04 (GMT)
committerZachary Ware <zachary.ware@gmail.com>2013-11-28 05:56:04 (GMT)
commit72a01b29bf7ac17de81c294f4ee6e5cc7359c685 (patch)
tree61393e98fe226dc20f78e0a426548b1cb2d722a5 /Misc
parent26d936a71e2aa4da5618c5d6532eac488af00ee4 (diff)
downloadcpython-72a01b29bf7ac17de81c294f4ee6e5cc7359c685.zip
cpython-72a01b29bf7ac17de81c294f4ee6e5cc7359c685.tar.gz
cpython-72a01b29bf7ac17de81c294f4ee6e5cc7359c685.tar.bz2
Issue #19595: Re-enable a long-disabled test in test_winsound
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 970dca4..e894f3e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -53,6 +53,8 @@ Library
Tests
-----
+- Issue #19595: Re-enabled a long-disabled test in test_winsound.
+
- Issue #19588: Fixed tests in test_random that were silently skipped most
of the time. Patch by Julian Gindi.