summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2001-02-19 07:06:36 (GMT)
committerTim Peters <tim.peters@gmail.com>2001-02-19 07:06:36 (GMT)
commit25a9ce371c1b43094f5e108c3fff834833c68342 (patch)
tree653eb080911882bd491c39832f9e17c4ccdbcba2 /Misc
parentc761fc87d294f223b124239544b1cf2479ac5e18 (diff)
downloadcpython-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/NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 5bc906a..73327d1 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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?
=================================