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
libstd.tex
\chapter{Standard Modules}

The modules described in this chapter are implemented in Python, but
are considered to be a part of Python's standard environment: they are
always available.\footnote{at least in theory --- it is possible to
botch the library installation or to sabotage the module search path
so that these modules cannot be found.}
back to top