Staging
v0.5.1
https://github.com/python/cpython
Revision 4917d93ca99c9e5ff9912c33a8cde244f9fc3f03 authored by Guido van Rossum on 13 May 1997, 17:53:34 UTC, committed by Guido van Rossum on 13 May 1997, 17:53:34 UTC
1 parent d6353e2
Raw File
Tip revision: 4917d93ca99c9e5ff9912c33a8cde244f9fc3f03 authored by Guido van Rossum on 13 May 1997, 17:53:34 UTC
Keep picky compilers happy.
Tip revision: 4917d93
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