]> granicus.if.org Git - python/commitdiff
Added msvcrt.
authorGuido van Rossum <guido@python.org>
Tue, 3 Mar 1998 02:00:14 +0000 (02:00 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 3 Mar 1998 02:00:14 +0000 (02:00 +0000)
Doc/lib/libundoc.tex
Doc/libundoc.tex

index fcb2c05aab087137ccb1b750b144f3a5003b389d..983ea70ca661ceba123f514c7ee5ed4d17402fd6 100644 (file)
@@ -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.)
index fcb2c05aab087137ccb1b750b144f3a5003b389d..983ea70ca661ceba123f514c7ee5ed4d17402fd6 100644 (file)
@@ -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.)