Re: python (msdos) docs? libraries?

Guido.van.Rossum@cwi.nl
Sat, 27 Mar 1993 10:16:12 +0100

>where can i find the following? (in ascii)
>
>tutorial for python for ms-dos
>docs / language ref for ms-dos
>libraries/modules/support files for python for ms-dos

You will have to ftp the UNIX source distribution and extract them
from there. The variable sys.builtin_module_names lists the built-in
modules -- this will tell you which parts of the library reference to
skip.

--Guido van Rossum, CWI, Amsterdam <Guido.van.Rossum@cwi.nl>