diff options
author | Georg Brandl <georg@python.org> | 2007-09-01 13:51:09 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2007-09-01 13:51:09 (GMT) |
commit | 55ac8f0f26efdbbcb5cc197f9369d23d50bee908 (patch) | |
tree | a0d5b7128c055d8c767652dc3948c3404be06396 /Doc/library/winsound.rst | |
parent | 1617457cff847fed9fadb01f1acf6ba8bb621726 (diff) | |
download | cpython-55ac8f0f26efdbbcb5cc197f9369d23d50bee908.zip cpython-55ac8f0f26efdbbcb5cc197f9369d23d50bee908.tar.gz cpython-55ac8f0f26efdbbcb5cc197f9369d23d50bee908.tar.bz2 |
Get rid of the remaining versionadded/versionchanged directives.
Diffstat (limited to 'Doc/library/winsound.rst')
-rw-r--r-- | Doc/library/winsound.rst | 6 |
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 |