| Guido van Rossum | 5fdeeea | 1994-01-02 01:22:07 +0000 | [diff] [blame] | 1 | \chapter{Standard Modules} |
| 2 | |||||
| 3 | The modules described in this chapter are implemented in Python, but | ||||
| 4 | are considered to be a part of Python's standard environment: they are | ||||
| 5 | always available.\footnote{at least in theory --- it is possible to | ||||
| 6 | botch the library installation or to sabotage the module search path | ||||
| 7 | so that these modules cannot be found.} | ||||