blob: 5bc6ee21e32085ceadf7bb7278c642f0ce433c84 [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
Guido van Rossum16d6e711994-08-08 12:30:22 +00005available.\footnote{at least in theory --- it is possible to specify
Guido van Rossum5fdeeea1994-01-02 01:22:07 +00006at build time that one or more of these modules should be excluded,
7but it would be antisocial to do so.}