Staging
v0.5.1
https://github.com/python/cpython
Revision 0c5e3c8d6a4a37a93c0c3f1543cc0699358301ff authored by Guido van Rossum on 31 July 1996, 17:49:01 UTC, committed by Guido van Rossum on 31 July 1996, 17:49:01 UTC
1 parent 276de58
Raw File
Tip revision: 0c5e3c8d6a4a37a93c0c3f1543cc0699358301ff authored by Guido van Rossum on 31 July 1996, 17:49:01 UTC
DESTLIB and MACHDESTLIB are now derived from variables set by the Makefile.
Tip revision: 0c5e3c8
libmods.tex
\chapter{Built-in Modules}

The modules described in this chapter are built into the interpreter
and considered part of Python's standard environment: they are always
available.\footnote{at least in theory --- it is possible to specify
at build time that one or more of these modules should be excluded,
but it would be antisocial to do so.}
back to top