summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-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?
=================================