blob: f9d0ad7af1561b006bc519de0339345c5d09d6c0 [file] [log] [blame]
Guido van Rossum9b573851992-01-29 14:46:35 +00001\documentstyle[myformat]{report}
Guido van Rossum19f1b821991-11-12 15:41:57 +00002
Guido van Rossum515834a1991-01-22 11:45:29 +00003\title{\bf
Guido van Rossuma9d5c221991-04-23 14:11:26 +00004 Python Library Reference
Guido van Rossum515834a1991-01-22 11:45:29 +00005}
6
7\author{
8 Guido van Rossum \\
9 Dept. CST, CWI, Kruislaan 413 \\
10 1098 SJ Amsterdam, The Netherlands \\
11 E-mail: {\tt guido@cwi.nl}
12}
13
Guido van Rossum1c462ad1992-01-16 17:36:16 +000014% Tell \index to actually write the .idx file
Guido van Rossum1230c081992-01-07 16:40:44 +000015\makeindex
16
Guido van Rossum515834a1991-01-22 11:45:29 +000017\begin{document}
18
19\pagenumbering{roman}
20
21\maketitle
22
23\begin{abstract}
24
25\noindent
Guido van Rossum481ae681991-11-25 17:28:03 +000026This document describes the built-in types, exceptions and functions
27and the standard modules that come with the Python system. It assumes
28basic knowledge about the Python language. For an informal
29introduction to the language, see the {\em Python Tutorial}. The {\em
30Python Reference Manual} gives a more formal definition of the
31language.
Guido van Rossum515834a1991-01-22 11:45:29 +000032
33\end{abstract}
34
35\pagebreak
36
Guido van Rossum9b573851992-01-29 14:46:35 +000037{
38\parskip = 0mm
Guido van Rossum515834a1991-01-22 11:45:29 +000039\tableofcontents
Guido van Rossum9b573851992-01-29 14:46:35 +000040}
Guido van Rossum515834a1991-01-22 11:45:29 +000041
42\pagebreak
43
44\pagenumbering{arabic}
45
Guido van Rossum19f1b821991-11-12 15:41:57 +000046\input{lib1.tex} % intro; built-in types, functions and exceptions
47\input{lib2.tex} % built-in modules
48\input{lib3.tex} % standard modules
Guido van Rossum1230c081992-01-07 16:40:44 +000049\input{lib4.tex} % OS-dependent chapters
50\input{lib5.tex} % Graphics chapters
Guido van Rossum1c462ad1992-01-16 17:36:16 +000051\input{lib.ind} % The index
Guido van Rossum515834a1991-01-22 11:45:29 +000052
53\end{document}