summaryrefslogtreecommitdiffstats
path: root/Doc/library/winsound.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/winsound.rst')
-rw-r--r--Doc/library/winsound.rst6
1 files changed, 0 insertions, 6 deletions
diff --git a/Doc/library/winsound.rst b/Doc/library/winsound.rst
index c4c04bd..923c7c4 100644
--- a/Doc/library/winsound.rst
+++ b/Doc/library/winsound.rst
@@ -9,8 +9,6 @@
.. sectionauthor:: Fred L. Drake, Jr. <fdrake@acm.org>
-.. versionadded:: 1.5.2
-
The :mod:`winsound` module provides access to the basic sound-playing machinery
provided by Windows platforms. It includes functions and several constants.
@@ -29,8 +27,6 @@ provided by Windows platforms. It includes functions and several constants.
port manipulation (added in version 2.1). It's unknown whether that will work
on all systems.
- .. versionadded:: 1.6
-
.. function:: PlaySound(sound, flags)
@@ -50,8 +46,6 @@ provided by Windows platforms. It includes functions and several constants.
described below. The value ``-1`` produces a "simple beep"; this is the final
fallback if a sound cannot be played otherwise.
- .. versionadded:: 2.3
-
.. data:: SND_FILENAME