Staging
v0.5.1
https://github.com/python/cpython
Revision 011813444cc1cae2d60a29750e719743edaa4b14 authored by Guido van Rossum on 03 October 1994, 16:43:15 UTC, committed by Guido van Rossum on 03 October 1994, 16:43:15 UTC
1 parent 619e1be
Raw File
Tip revision: 011813444cc1cae2d60a29750e719743edaa4b14 authored by Guido van Rossum on 03 October 1994, 16:43:15 UTC
Don't search for *.so modules since we can't handle them!
Tip revision: 0118134
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