Staging
v0.5.1
https://github.com/python/cpython
Revision d47a0a86b4ae4afeb17d8e64e1c447e4d4025f10 authored by Guido van Rossum on 14 August 1997, 20:11:26 UTC, committed by Guido van Rossum on 14 August 1997, 20:11:26 UTC
__import__() hook is currently installed.
1 parent 6d8841c
Raw File
Tip revision: d47a0a86b4ae4afeb17d8e64e1c447e4d4025f10 authored by Guido van Rossum on 14 August 1997, 20:11:26 UTC
Added Jim Fulton's PyImport_Import(), which calls whatever
Tip revision: d47a0a8
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