summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>2010-11-07 14:29:26 (GMT)
committerHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>2010-11-07 14:29:26 (GMT)
commit4ae5f138da539d071f75764094bec8c8ce73b0fa (patch)
tree7dc3d8f09b4a1b912679235ea4875e41bd762430 /Misc/NEWS
parentbe3da38e0a84a271c1111f756a1826b786c221ad (diff)
downloadcpython-4ae5f138da539d071f75764094bec8c8ce73b0fa.zip
cpython-4ae5f138da539d071f75764094bec8c8ce73b0fa.tar.gz
cpython-4ae5f138da539d071f75764094bec8c8ce73b0fa.tar.bz2
Issue #6317: Now winsound.PlaySound only accepts unicode with MvL's approval.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index e541d61..5569bcd 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -251,6 +251,8 @@ Library
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.