Guido van Rossum | 5fdeeea | 1994-01-02 01:22:07 +0000 | [diff] [blame] | 1 | \chapter{Built-in Modules} |
| 2 | |
| 3 | The modules described in this chapter are built into the interpreter |
| 4 | and considered part of Python's standard environment: they are always |
Guido van Rossum | 16d6e71 | 1994-08-08 12:30:22 +0000 | [diff] [blame] | 5 | available.\footnote{at least in theory --- it is possible to specify |
Guido van Rossum | 5fdeeea | 1994-01-02 01:22:07 +0000 | [diff] [blame] | 6 | at build time that one or more of these modules should be excluded, |
| 7 | but it would be antisocial to do so.} |