0
0
mirror of https://github.com/python/cpython.git synced 2024-12-01 03:01:36 +01:00
cpython/Doc/lib.tex

55 lines
1.1 KiB
TeX
Raw Normal View History

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