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/lib.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/lib.tex')
-rw-r--r-- | Doc/lib/lib.tex | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex index 931974a..1f74705 100644 --- a/Doc/lib/lib.tex +++ b/Doc/lib/lib.tex @@ -234,6 +234,10 @@ add new extensions to Python and how to embed it in other applications. \input{libsun} % SUNOS ONLY \input{libsunaudio} +\input{windows} % MS Windows ONLY +\input{libmsvcrt} +\input{libwinsound} + \input{libundoc} % |