summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libwinsound.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-01-25 17:29:18 (GMT)
committerFred Drake <fdrake@acm.org>2001-01-25 17:29:18 (GMT)
commit29052482d145d199356dc79fd975e4eb2d735108 (patch)
tree75b1ae63a6120fc652df37829eca2d001ad438fc /Doc/lib/libwinsound.tex
parentcf069da57df2a68365ed7c21f91151784210d711 (diff)
downloadcpython-29052482d145d199356dc79fd975e4eb2d735108.zip
cpython-29052482d145d199356dc79fd975e4eb2d735108.tar.gz
cpython-29052482d145d199356dc79fd975e4eb2d735108.tar.bz2
Removed references to Python 1.5.3; that was a "tentative" number I used
in the docs to indicate the next version before we decided on 1.6. Adjusted winsound.Beep() description slightly as well.
Diffstat (limited to 'Doc/lib/libwinsound.tex')
-rw-r--r--Doc/lib/libwinsound.tex10
1 files changed, 5 insertions, 5 deletions
diff --git a/Doc/lib/libwinsound.tex b/Doc/lib/libwinsound.tex
index 214006e..589658f 100644
--- a/Doc/lib/libwinsound.tex
+++ b/Doc/lib/libwinsound.tex
@@ -21,12 +21,12 @@ two functions and several constants.
through \code{0x7fff}). The \var{duration} parameter specifies the
number of milliseconds the sound should last. If the system is not
able to beep the speaker, \exception{RuntimeError} is raised.
- Note: this function works as documented above only on Windows NT and
- Windows 2000. Under Windows 95 and 98, the arguments are ignored;
+ \strong{Note:} Under Windows 95 and 98, the arguments are ignored;
if the system has a sound card, the system default sound is played
- (typically ding.wav, or whatever is registered as the default sound via
- Control Panel -> Sounds); else (no sound card) the standard system beep.
- \versionadded{1.5.3} % XXX fix this version number when release is scheduled!
+ (typically \file{ding.wav}, or whatever is registered as the default
+ sound via Control Panel -> Sounds); else (no sound card) the
+ standard system beep.
+ \versionadded{1.6}
\end{funcdesc}
\begin{funcdesc}{PlaySound}{sound, flags}