summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2016-09-05 21:31:21 (GMT)
committerZachary Ware <zachary.ware@gmail.com>2016-09-05 21:31:21 (GMT)
commitae8298bfb78eebc6c1bf914c89ec397121640a94 (patch)
tree848b6d5390ebab9d35a64322ce585f2dbafa2096 /Misc
parent0e76e67246b4e6e6bb15d04748f40ed96e405d5c (diff)
downloadcpython-ae8298bfb78eebc6c1bf914c89ec397121640a94.zip
cpython-ae8298bfb78eebc6c1bf914c89ec397121640a94.tar.gz
cpython-ae8298bfb78eebc6c1bf914c89ec397121640a94.tar.bz2
Closes #11620: Fix support for SND_MEMORY in winsound.PlaySound.
Based on a patch by Tim Lesher.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index e503547..5fdabe0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -75,6 +75,9 @@ Core and Builtins
Library
-------
+- Issue #11620: Fix support for SND_MEMORY in winsound.PlaySound. Based on a
+ patch by Tim Lesher.
+
- Issue #11734: Add support for IEEE 754 half-precision floats to the
struct module. Based on a patch by Eli Stevens.