From: Guido van Rossum Date: Tue, 3 Mar 1998 02:00:14 +0000 (+0000) Subject: Added msvcrt. X-Git-Tag: v1.5.1~540 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9bdc436aaaca653c23e0fe301d9a61f6cd41ef79;p=thirdparty%2FPython%2Fcpython.git Added msvcrt. --- diff --git a/Doc/lib/libundoc.tex b/Doc/lib/libundoc.tex index fcb2c05aab08..983ea70ca661 100644 --- a/Doc/lib/libundoc.tex +++ b/Doc/lib/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.) diff --git a/Doc/libundoc.tex b/Doc/libundoc.tex index fcb2c05aab08..983ea70ca661 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.)