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/windows.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/windows.tex')
-rw-r--r-- | Doc/lib/windows.tex | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Doc/lib/windows.tex b/Doc/lib/windows.tex new file mode 100644 index 0000000..77cf4f7 --- /dev/null +++ b/Doc/lib/windows.tex @@ -0,0 +1,8 @@ +\chapter{MS Windows Specific Modules} + + +This chapter describes modules that are only available on MS Windows +platforms. + + +\localmoduletable |