Staging
v0.5.1
https://github.com/python/cpython
Revision 9c45a6504fbc828ed37778674b9ccabae27ae543 authored by Jack Jansen on 14 August 1995, 12:21:50 UTC, committed by Jack Jansen on 14 August 1995, 12:21:50 UTC
1 parent 9062fa2
Raw File
Tip revision: 9c45a6504fbc828ed37778674b9ccabae27ae543 authored by Jack Jansen on 14 August 1995, 12:21:50 UTC
Added missing initializer and extra error check.
Tip revision: 9c45a65
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