commit | f405064ccb344d5ec268dc0a2121ad981506323a | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Wed Apr 09 19:39:06 2003 +0000 |
committer | Guido van Rossum <guido@python.org> | Wed Apr 09 19:39:06 2003 +0000 |
tree | fc7700f6a440b0d9df267803309ccd7dda5d4ca2 | |
parent | e1252684be6097e1c5c7fa3b50c00355ccc7d476 [diff] [blame] |
- New function winsound.MessageBeep() wraps the Win32 API MessageBeep().
diff --git a/Misc/NEWS b/Misc/NEWS index 661c2ca..d6fe41d 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -159,7 +159,8 @@ Windows ------- -TBD +- New function winsound.MessageBeep() wraps the Win32 API + MessageBeep(). Mac ---