diff options
author | Fred Drake <fdrake@acm.org> | 1999-02-16 19:18:38 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-02-16 19:18:38 (GMT) |
commit | c7b72dbbca409b1f337c2eb06f7dd6ffeea14332 (patch) | |
tree | 346b9c46b8ecfc91ea467dd2d430398ccfa48dd3 /Doc/lib/libundoc.tex | |
parent | a5fab7f8c866418da9171312ab6f3ea6a326d0e8 (diff) | |
download | cpython-c7b72dbbca409b1f337c2eb06f7dd6ffeea14332.zip cpython-c7b72dbbca409b1f337c2eb06f7dd6ffeea14332.tar.gz cpython-c7b72dbbca409b1f337c2eb06f7dd6ffeea14332.tar.bz2 |
Added chapter on Windows modules, including msvcrt and winsound.
Diffstat (limited to 'Doc/lib/libundoc.tex')
-rw-r--r-- | Doc/lib/libundoc.tex | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/Doc/lib/libundoc.tex b/Doc/lib/libundoc.tex index 5f6b0c9..a236fe8 100644 --- a/Doc/lib/libundoc.tex +++ b/Doc/lib/libundoc.tex @@ -274,16 +274,3 @@ The following are SGI specific: --- Interface to the ``simple video'' board on SGI Indigo (obsolete hardware). \end{description} - -The following are Windows specific: - -\begin{description} -\item[msvcrtmodule.c] -(in directory \file{PC/}) --- define a number of Windows -specific goodies like \function{khbit()}, \function{getch()} and -\function{setmode()}. (Windows 95 and NT only.) - -\item[winsound.c] ---- Define \function{play()} and \function{stop()} operations for -controlling audio playback on Windows. -\end{description} |