1992-04-06 11:04:04 -03:00
|
|
|
\documentstyle[twoside,11pt,myformat]{report}
|
1992-12-08 10:37:55 -04:00
|
|
|
%\includeonly{lib5}
|
1991-02-19 08:53:17 -04:00
|
|
|
|
1991-01-22 07:45:29 -04:00
|
|
|
\title{\bf
|
1991-04-23 11:11:26 -03:00
|
|
|
Python Library Reference
|
1991-01-22 07:45:29 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
\author{
|
|
|
|
Guido van Rossum \\
|
1993-11-05 13:11:16 -04:00
|
|
|
Dept. CST, CWI, P.O. Box 94079 \\
|
|
|
|
1090 GB Amsterdam, The Netherlands \\
|
1991-01-22 07:45:29 -04:00
|
|
|
E-mail: {\tt guido@cwi.nl}
|
|
|
|
}
|
|
|
|
|
1993-11-23 12:28:45 -04:00
|
|
|
\date{19 November 1993 \\ Release 0.9.9.++} % XXX update before release!
|
|
|
|
|
1992-01-16 13:36:16 -04:00
|
|
|
% Tell \index to actually write the .idx file
|
1992-01-07 12:40:44 -04:00
|
|
|
\makeindex
|
|
|
|
|
1991-01-22 07:45:29 -04:00
|
|
|
\begin{document}
|
1992-12-08 10:37:55 -04:00
|
|
|
%\showthe\fam
|
|
|
|
%\showthe\ttfam
|
1991-01-22 07:45:29 -04:00
|
|
|
\pagenumbering{roman}
|
|
|
|
|
|
|
|
\maketitle
|
|
|
|
|
|
|
|
\begin{abstract}
|
|
|
|
|
|
|
|
\noindent
|
1991-11-25 13:28:03 -04:00
|
|
|
This document describes the built-in types, exceptions and functions
|
|
|
|
and the standard modules that come with the Python system. It assumes
|
|
|
|
basic knowledge about the Python language. For an informal
|
|
|
|
introduction to the language, see the {\em Python Tutorial}. The {\em
|
|
|
|
Python Reference Manual} gives a more formal definition of the
|
|
|
|
language.
|
1991-01-22 07:45:29 -04:00
|
|
|
|
|
|
|
\end{abstract}
|
|
|
|
|
|
|
|
\pagebreak
|
|
|
|
|
1992-01-29 10:46:35 -04:00
|
|
|
{
|
|
|
|
\parskip = 0mm
|
1991-01-22 07:45:29 -04:00
|
|
|
\tableofcontents
|
1992-01-29 10:46:35 -04:00
|
|
|
}
|
1991-01-22 07:45:29 -04:00
|
|
|
|
|
|
|
\pagebreak
|
|
|
|
|
|
|
|
\pagenumbering{arabic}
|
1992-03-24 09:34:33 -04:00
|
|
|
\include{lib1} % intro; built-in types, functions and exceptions
|
|
|
|
\include{lib2} % built-in modules
|
|
|
|
\include{lib3} % standard modules
|
|
|
|
\include{lib4} % Most OS'es; UNIX only; Amoeba only
|
1992-06-03 14:56:44 -03:00
|
|
|
\include{lib5} % STDWIN only; SGI machines only; SUNs only; AUDIO TOOLS
|
1992-03-24 09:34:33 -04:00
|
|
|
|
|
|
|
\input{lib.ind} % The index
|
1991-01-22 07:45:29 -04:00
|
|
|
|
|
|
|
\end{document}
|