Staging
v0.5.1
https://github.com/python/cpython
Revision 1688f378cb338285b58d9a9f6d3084954ce36499 authored by Guido van Rossum on 01 September 2000, 13:41:37 UTC, committed by Guido van Rossum on 01 September 2000, 13:41:37 UTC
1 parent f6f6fa2
Raw File
Tip revision: 1688f378cb338285b58d9a9f6d3084954ce36499 authored by Guido van Rossum on 01 September 2000, 13:41:37 UTC
Rob Hooft, Moshe Zadka: converted to 4 space indents and re instead of regex.
Tip revision: 1688f37
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