Issue #6317: Now winsound.PlaySound can accept non ascii filename.
diff --git a/Misc/NEWS b/Misc/NEWS
index 16e77ed..1731b8a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -251,6 +251,8 @@
 Extensions
 ----------
 
+- Issue #6317: Now winsound.PlaySound can accept non ascii filename.
+
 - Issue #9377: Use Unicode API for gethostname on Windows.
 
 - Issue #10143: Update "os.pathconf" values.