Issue #6317: Now winsound.PlaySound only accepts unicode with MvL's approval.
diff --git a/Misc/NEWS b/Misc/NEWS
index e541d61..5569bcd 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -251,6 +251,8 @@
 Extension Modules
 -----------------
 
+- Issue #6317: Now winsound.PlaySound only accepts unicode.
+
 - Issue #6317: Now winsound.PlaySound can accept non ascii filename.
 
 - Issue #9377: Use Unicode API for gethostname on Windows.