commit | 9bdc436aaaca653c23e0fe301d9a61f6cd41ef79 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Tue Mar 03 02:00:14 1998 +0000 |
committer | Guido van Rossum <guido@python.org> | Tue Mar 03 02:00:14 1998 +0000 |
tree | 3c0f79a9b958fd6a521d29afa4e142f13b11e3c6 | |
parent | 1301f2bc1800d2185f285dbac06c55bd5dc8c4fb [diff] [blame] |
Added msvcrt.
diff --git a/Doc/lib/libundoc.tex b/Doc/lib/libundoc.tex index fcb2c05..983ea70 100644 --- a/Doc/lib/libundoc.tex +++ b/Doc/lib/libundoc.tex
@@ -202,3 +202,9 @@ 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.)