From: Guido van Rossum Date: Wed, 9 Apr 2003 19:39:06 +0000 (+0000) Subject: - New function winsound.MessageBeep() wraps the Win32 API X-Git-Tag: v2.3c1~1236 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f405064ccb344d5ec268dc0a2121ad981506323a;p=thirdparty%2FPython%2Fcpython.git - New function winsound.MessageBeep() wraps the Win32 API MessageBeep(). --- diff --git a/Misc/NEWS b/Misc/NEWS index 661c2ca8c37f..d6fe41dbd222 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -159,7 +159,8 @@ Tests Windows ------- -TBD +- New function winsound.MessageBeep() wraps the Win32 API + MessageBeep(). Mac ---