summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>2010-11-07 09:23:15 (GMT)
committerHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>2010-11-07 09:23:15 (GMT)
commitc08c9bccfcdf35b3c8fd22f1b82b4575b1b99d95 (patch)
treeb388e782f78dd5405e5df6b9695cbba79be39089 /Misc/NEWS
parent2e598faade9cf6b630e3e22844dea39a6e5f91d8 (diff)
downloadcpython-c08c9bccfcdf35b3c8fd22f1b82b4575b1b99d95.zip
cpython-c08c9bccfcdf35b3c8fd22f1b82b4575b1b99d95.tar.gz
cpython-c08c9bccfcdf35b3c8fd22f1b82b4575b1b99d95.tar.bz2
Issue #6317: Now winsound.PlaySound can accept non ascii filename.
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 16e77ed..1731b8a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -251,6 +251,8 @@ Library
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.