diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-02-19 07:06:36 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-02-19 07:06:36 (GMT) |
commit | 25a9ce371c1b43094f5e108c3fff834833c68342 (patch) | |
tree | 653eb080911882bd491c39832f9e17c4ccdbcba2 /Misc | |
parent | c761fc87d294f223b124239544b1cf2479ac5e18 (diff) | |
download | cpython-25a9ce371c1b43094f5e108c3fff834833c68342.zip cpython-25a9ce371c1b43094f5e108c3fff834833c68342.tar.gz cpython-25a9ce371c1b43094f5e108c3fff834833c68342.tar.bz2 |
Take a tour of hell's seedier neighborhoods to try to make winsound.Beep()
do something non-useless on Win9X boxes. WinME unknown to me. Someone with
NT/2000 make sure it still works there!
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -9,6 +9,13 @@ Windows changes - Build: Subproject _test (effectively) renamed to _testcapi. +- winsound module: Under Win9x, winsound.Beep() now attempts to simulate + what it's supposed to do (and does do under NT and 2000) via direct + port manipulation. It's unknown whether this will work on all systems, + but it does work on my Win98SE system now and was known to be useless on + all Win9x systems before. + + What's New in Python 2.1 alpha 2? ================================= |