Staging
v0.5.1
https://github.com/python/cpython
Revision 37e97bc36b434102fe3830114fe7abe760f9bd84 authored by Guido van Rossum on 29 April 1997, 22:15:33 UTC, committed by Guido van Rossum on 29 April 1997, 22:15:33 UTC
1 parent 9b71273
Raw File
Tip revision: 37e97bc36b434102fe3830114fe7abe760f9bd84 authored by Guido van Rossum on 29 April 1997, 22:15:33 UTC
The usual.
Tip revision: 37e97bc
libmods.tex
\chapter{Built-in Modules}

The modules described in this chapter are built into the interpreter
and considered part of Python's standard environment: they are always
available.\footnote{at least in theory --- it is possible to specify
at build time that one or more of these modules should be excluded,
but it would be antisocial to do so.}
back to top