summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2003-04-09 19:39:06 (GMT)
committerGuido van Rossum <guido@python.org>2003-04-09 19:39:06 (GMT)
commitf405064ccb344d5ec268dc0a2121ad981506323a (patch)
treefc7700f6a440b0d9df267803309ccd7dda5d4ca2 /Misc
parente1252684be6097e1c5c7fa3b50c00355ccc7d476 (diff)
downloadcpython-f405064ccb344d5ec268dc0a2121ad981506323a.zip
cpython-f405064ccb344d5ec268dc0a2121ad981506323a.tar.gz
cpython-f405064ccb344d5ec268dc0a2121ad981506323a.tar.bz2
- New function winsound.MessageBeep() wraps the Win32 API
MessageBeep().
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 661c2ca..d6fe41d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -159,7 +159,8 @@ Tests
Windows
-------
-TBD
+- New function winsound.MessageBeep() wraps the Win32 API
+ MessageBeep().
Mac
---