[Tutor] Multiple flags using winsound...

Tim Peters tim@digicool.com
Tue, 24 Jul 2001 12:40:17 -0400


[dman]
> ...
> Also be aware that Win9x ignores any parameters sent to it (I think
> that is with the Beep function, but I don't remember exactly).

The Windows function named "Beep" does ignore its arguments on Win9x, but
the *Python" function winsound.Beep does not ignore them in Python 2.1 (we
no longer use the useless Windows Beep under Win9x).