diff options
author | Guido van Rossum <guido@python.org> | 1998-03-03 02:00:14 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1998-03-03 02:00:14 (GMT) |
commit | 9bdc436aaaca653c23e0fe301d9a61f6cd41ef79 (patch) | |
tree | 3c0f79a9b958fd6a521d29afa4e142f13b11e3c6 /Doc/libundoc.tex | |
parent | 1301f2bc1800d2185f285dbac06c55bd5dc8c4fb (diff) | |
download | cpython-9bdc436aaaca653c23e0fe301d9a61f6cd41ef79.zip cpython-9bdc436aaaca653c23e0fe301d9a61f6cd41ef79.tar.gz cpython-9bdc436aaaca653c23e0fe301d9a61f6cd41ef79.tar.bz2 |
Added msvcrt.
Diffstat (limited to 'Doc/libundoc.tex')
-rw-r--r-- | Doc/libundoc.tex | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Doc/libundoc.tex b/Doc/libundoc.tex index fcb2c05..983ea70 100644 --- a/Doc/libundoc.tex +++ b/Doc/libundoc.tex @@ -202,3 +202,9 @@ clmodule.c -- Interface to the SGI compression library. svmodule.c -- Interface to the ``simple video'' board on SGI Indigo (obsolete hardware). + +The following is Windows specific: + +msvcrtmodule.c (in directory PC) -- define a number of Windows +specific goodies like \code{khbit()}, \code{getch()} and +\code{setmode()}. (Windows 95 and NT only.) |