]> granicus.if.org Git - python/commitdiff
Win 95/98 is no longer supported.
authorGeorg Brandl <georg@python.org>
Mon, 12 May 2008 17:52:13 +0000 (17:52 +0000)
committerGeorg Brandl <georg@python.org>
Mon, 12 May 2008 17:52:13 +0000 (17:52 +0000)
Doc/library/winsound.rst

index f9ca89b9d87548052eb1ee8daf00f2dd45320647..f9709feab87d26481b036ede467dd419267be84c 100644 (file)
@@ -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