diff options
author | Georg Brandl <georg@python.org> | 2008-05-12 17:52:13 +0000 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-05-12 17:52:13 +0000 |
commit | ba39ef4ba4c9b5c33438c7afc43aa55d5e821327 (patch) | |
tree | 3502a39b89290a422c9d7bd59c858f5f3f45f8d4 | |
parent | d23f1f28969983bffdf554aa72ed04095566e700 (diff) | |
download | cpython-git-ba39ef4ba4c9b5c33438c7afc43aa55d5e821327.tar.gz |
Win 95/98 is no longer supported.
-rw-r--r-- | Doc/library/winsound.rst | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Doc/library/winsound.rst b/Doc/library/winsound.rst index f9ca89b9d8..f9709feab8 100644 --- a/Doc/library/winsound.rst +++ b/Doc/library/winsound.rst @@ -22,13 +22,6 @@ provided by Windows platforms. It includes functions and several constants. parameter specifies the number of milliseconds the sound should last. If the system is not able to beep the speaker, :exc:`RuntimeError` is raised. - .. note:: - - Under Windows 95 and 98, the Windows :cfunc:`Beep` function exists but is - useless (it ignores its arguments). In that case Python simulates it via direct - port manipulation (added in version 2.1). It's unknown whether that will work - on all systems. - .. versionadded:: 1.6 |