Restructured library documentation

This commit is contained in:
Guido van Rossum 1994-01-02 01:22:07 +00:00
parent 0b0719866e
commit 5fdeeeae2a
101 changed files with 12244 additions and 0 deletions

7
Doc/libmods.tex Executable file
View file

@ -0,0 +1,7 @@
\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
avaialble.\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.}