blob: 1bad16b2092d74eb53ae9eaf1dc1e69a9b0bd199 [file] [log] [blame]
Guido van Rossum37953781992-04-06 14:04:04 +00001\documentstyle[twoside,11pt,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 Rossumbe3eb961992-03-24 13:34:33 +000046\include{lib1} % intro; built-in types, functions and exceptions
47\include{lib2} % built-in modules
48\include{lib3} % standard modules
49\include{lib4} % Most OS'es; UNIX only; Amoeba only
Guido van Rossumc7ff85d1992-06-03 17:56:44 +000050\include{lib5} % STDWIN only; SGI machines only; SUNs only; AUDIO TOOLS
Guido van Rossumbe3eb961992-03-24 13:34:33 +000051
52\input{lib.ind} % The index
Guido van Rossum515834a1991-01-22 11:45:29 +000053
54\end{document}