cpython/Doc/lib/lib.tex

56 lines
1.1 KiB
TeX
Raw Normal View History

1992-04-06 14:04:04 +00:00
\documentstyle[twoside,11pt,myformat]{report}
%\includeonly{lib5}
1991-01-22 11:45:29 +00:00
\title{\bf
Python Library Reference
1991-01-22 11:45:29 +00:00
}
\author{
Guido van Rossum \\
Dept. CST, CWI, P.O. Box 94079 \\
1090 GB Amsterdam, The Netherlands \\
1991-01-22 11:45:29 +00:00
E-mail: {\tt guido@cwi.nl}
}
1992-01-16 17:36:16 +00:00
% Tell \index to actually write the .idx file
1992-01-07 16:40:44 +00:00
\makeindex
1991-01-22 11:45:29 +00:00
\begin{document}
%\showthe\fam
%\showthe\ttfam
1991-01-22 11:45:29 +00:00
\pagenumbering{roman}
\maketitle
\begin{abstract}
\noindent
1991-11-25 17:28:03 +00: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 11:45:29 +00:00
\end{abstract}
\pagebreak
1992-01-29 14:46:35 +00:00
{
\parskip = 0mm
1991-01-22 11:45:29 +00:00
\tableofcontents
1992-01-29 14:46:35 +00:00
}
1991-01-22 11:45:29 +00:00
\pagebreak
\pagenumbering{arabic}
1992-03-24 13:34:33 +00: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 17:56:44 +00:00
\include{lib5} % STDWIN only; SGI machines only; SUNs only; AUDIO TOOLS
1992-03-24 13:34:33 +00:00
\input{lib.ind} % The index
1991-01-22 11:45:29 +00:00
\end{document}