blob: e7ef71ea4a7175eb69bc3c45ce8e436574693fae [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 \\
Guido van Rossumdb65a6c1993-11-05 17:11:16 +000010 Dept. CST, CWI, P.O. Box 94079 \\
11 1090 GB Amsterdam, The Netherlands \\
Guido van Rossum515834a1991-01-22 11:45:29 +000012 E-mail: {\tt guido@cwi.nl}
13}
14
Guido van Rossum83eb9621993-11-23 16:28:45 +000015\date{19 November 1993 \\ Release 0.9.9.++} % XXX update before release!
16
Guido van Rossum1c462ad1992-01-16 17:36:16 +000017% Tell \index to actually write the .idx file
Guido van Rossum1230c081992-01-07 16:40:44 +000018\makeindex
19
Guido van Rossum515834a1991-01-22 11:45:29 +000020\begin{document}
Guido van Rossum95cd2ef1992-12-08 14:37:55 +000021%\showthe\fam
22%\showthe\ttfam
Guido van Rossum515834a1991-01-22 11:45:29 +000023\pagenumbering{roman}
24
25\maketitle
26
27\begin{abstract}
28
29\noindent
Guido van Rossum481ae681991-11-25 17:28:03 +000030This document describes the built-in types, exceptions and functions
31and the standard modules that come with the Python system. It assumes
32basic knowledge about the Python language. For an informal
33introduction to the language, see the {\em Python Tutorial}. The {\em
34Python Reference Manual} gives a more formal definition of the
35language.
Guido van Rossum515834a1991-01-22 11:45:29 +000036
37\end{abstract}
38
39\pagebreak
40
Guido van Rossum9b573851992-01-29 14:46:35 +000041{
42\parskip = 0mm
Guido van Rossum515834a1991-01-22 11:45:29 +000043\tableofcontents
Guido van Rossum9b573851992-01-29 14:46:35 +000044}
Guido van Rossum515834a1991-01-22 11:45:29 +000045
46\pagebreak
47
48\pagenumbering{arabic}
Guido van Rossumbe3eb961992-03-24 13:34:33 +000049\include{lib1} % intro; built-in types, functions and exceptions
50\include{lib2} % built-in modules
51\include{lib3} % standard modules
52\include{lib4} % Most OS'es; UNIX only; Amoeba only
Guido van Rossumc7ff85d1992-06-03 17:56:44 +000053\include{lib5} % STDWIN only; SGI machines only; SUNs only; AUDIO TOOLS
Guido van Rossumbe3eb961992-03-24 13:34:33 +000054
55\input{lib.ind} % The index
Guido van Rossum515834a1991-01-22 11:45:29 +000056
57\end{document}