summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2016-09-05 22:32:28 (GMT)
committerZachary Ware <zachary.ware@gmail.com>2016-09-05 22:32:28 (GMT)
commit625cb379f7e77457ca5be94e175d4b71a1d8989f (patch)
tree3175d098fdd598def14b4cbce5de2e1a603c60c5 /Misc
parentcefebf3cbe72b468bacc57c37f183712529058f9 (diff)
downloadcpython-625cb379f7e77457ca5be94e175d4b71a1d8989f.zip
cpython-625cb379f7e77457ca5be94e175d4b71a1d8989f.tar.gz
cpython-625cb379f7e77457ca5be94e175d4b71a1d8989f.tar.bz2
Issue #25387: Check return value of winsound.MessageBeep
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b13db46..f9abe29 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -80,6 +80,8 @@ Core and Builtins
Library
-------
+- Issue #25387: Check return value of winsound.MessageBeep.
+
- Issue #27866: Add SSLContext.get_ciphers() method to get a list of all
enabled ciphers.