Staging
v0.5.1
https://github.com/python/cpython
Revision e5f8b60429655e94fbfb84a039a2b939b1d8556c authored by Guido van Rossum on 04 January 1995, 19:12:49 UTC, committed by Guido van Rossum on 04 January 1995, 19:12:49 UTC
1 parent 6d023c9
Raw File
Tip revision: e5f8b60429655e94fbfb84a039a2b939b1d8556c authored by Guido van Rossum on 04 January 1995, 19:12:49 UTC
spam -> foo (etc.) in examples
Tip revision: e5f8b60
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