diff options
author | Guido van Rossum <guido@python.org> | 2003-04-09 19:39:06 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2003-04-09 19:39:06 (GMT) |
commit | f405064ccb344d5ec268dc0a2121ad981506323a (patch) | |
tree | fc7700f6a440b0d9df267803309ccd7dda5d4ca2 /Misc | |
parent | e1252684be6097e1c5c7fa3b50c00355ccc7d476 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -159,7 +159,8 @@ Tests Windows ------- -TBD +- New function winsound.MessageBeep() wraps the Win32 API + MessageBeep(). Mac --- |