blob: bb00ab3cf539c0552a08b74a565e64791f796919 [file] [log] [blame]
Guido van Rossum37953781992-04-06 14:04:04 +00001\documentstyle[twoside,11pt,myformat]{report}
Guido van Rossum95cd2ef1992-12-08 14:37:55 +00002%\includeonly{lib5}
Guido van Rossum19f1b821991-11-12 15:41:57 +00003
Guido van Rossum515834a1991-01-22 11:45:29 +00004\title{\bf
Guido van Rossuma9d5c221991-04-23 14:11:26 +00005 Python Library Reference
Guido van Rossum515834a1991-01-22 11:45:29 +00006}
7
8\author{
9 Guido van Rossum \\
10 Dept. CST, CWI, Kruislaan 413 \\
11 1098 SJ Amsterdam, The Netherlands \\
12 E-mail: {\tt guido@cwi.nl}
13}
14
Guido van Rossum1c462ad1992-01-16 17:36:16 +000015% Tell \index to actually write the .idx file
Guido van Rossum1230c081992-01-07 16:40:44 +000016\makeindex
17
Guido van Rossum515834a1991-01-22 11:45:29 +000018\begin{document}
Guido van Rossum95cd2ef1992-12-08 14:37:55 +000019%\showthe\fam
20%\showthe\ttfam
Guido van Rossum515834a1991-01-22 11:45:29 +000021\pagenumbering{roman}
22
23\maketitle
24
25\begin{abstract}
26
27\noindent
Guido van Rossum481ae681991-11-25 17:28:03 +000028This document describes the built-in types, exceptions and functions
29and the standard modules that come with the Python system. It assumes
30basic knowledge about the Python language. For an informal
31introduction to the language, see the {\em Python Tutorial}. The {\em
32Python Reference Manual} gives a more formal definition of the
33language.
Guido van Rossum515834a1991-01-22 11:45:29 +000034
35\end{abstract}
36
37\pagebreak
38
Guido van Rossum9b573851992-01-29 14:46:35 +000039{
40\parskip = 0mm
Guido van Rossum515834a1991-01-22 11:45:29 +000041\tableofcontents
Guido van Rossum9b573851992-01-29 14:46:35 +000042}
Guido van Rossum515834a1991-01-22 11:45:29 +000043
44\pagebreak
45
46\pagenumbering{arabic}
Guido van Rossumbe3eb961992-03-24 13:34:33 +000047\include{lib1} % intro; built-in types, functions and exceptions
48\include{lib2} % built-in modules
49\include{lib3} % standard modules
50\include{lib4} % Most OS'es; UNIX only; Amoeba only
Guido van Rossumc7ff85d1992-06-03 17:56:44 +000051\include{lib5} % STDWIN only; SGI machines only; SUNs only; AUDIO TOOLS
Guido van Rossumbe3eb961992-03-24 13:34:33 +000052
53\input{lib.ind} % The index
Guido van Rossum515834a1991-01-22 11:45:29 +000054
55\end{document}