summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2016-09-06 21:32:43 (GMT)
committerZachary Ware <zachary.ware@gmail.com>2016-09-06 21:32:43 (GMT)
commitc401881d689b2ca89211a6ff2cd5ac96150d237d (patch)
tree49045f3371cd68e0542ea1d57d1b4eba70de3d98 /Misc
parentef537db68813ebaae11f54b780f21ad7dac05845 (diff)
downloadcpython-c401881d689b2ca89211a6ff2cd5ac96150d237d.zip
cpython-c401881d689b2ca89211a6ff2cd5ac96150d237d.tar.gz
cpython-c401881d689b2ca89211a6ff2cd5ac96150d237d.tar.bz2
Closes #27982: Allow keyword arguments to winsound functions
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 eee58d3..6978028 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -215,6 +215,9 @@ Build
Windows
-------
+- Issue #27982: The functions of the winsound module now accept keyword
+ arguments.
+
- Issue #20366: Build full text search support into SQLite on Windows.
- Issue #27756: Adds new icons for Python files and processes on Windows.