blob: 3b902de195b116b0a6456905e146fcc937c907d2 [file] [log] [blame]
Guido van Rossum5fdeeea1994-01-02 01:22:07 +00001\chapter{Built-in Modules}
2
3The modules described in this chapter are built into the interpreter
4and considered part of Python's standard environment: they are always
5avaialble.\footnote{at least in theory --- it is possible to specify
6at build time that one or more of these modules should be excluded,
7but it would be antisocial to do so.}