source: trunk/essentials/dev-lang/python/Doc/mac/mac.tex@ 3315

Last change on this file since 3315 was 3225, checked in by bird, 19 years ago

Python 2.5

File size: 2.0 KB
Line 
1\documentclass{manual}
2
3\title{Macintosh Library Modules}
4
5\input{boilerplate}
6
7\makeindex % tell \index to actually write the .idx file
8\makemodindex % ... and the module index as well.
9
10
11\begin{document}
12
13\maketitle
14
15\ifhtml
16\chapter*{Front Matter\label{front}}
17\fi
18
19\input{copyright}
20
21\begin{abstract}
22
23\noindent
24This library reference manual documents Python's extensions for the
25Macintosh. It should be used in conjunction with the
26\citetitle[../lib/lib.html]{Python Library Reference}, which documents
27the standard library and built-in types.
28
29This manual assumes basic knowledge about the Python language. For an
30informal introduction to Python, see the
31\citetitle[../tut/tut.html]{Python Tutorial}; the
32\citetitle[../ref/ref.html]{Python Reference Manual} remains the
33highest authority on syntactic and semantic questions. Finally, the
34manual entitled \citetitle[../ext/ext.html]{Extending and Embedding
35the Python Interpreter} describes how to add new extensions to Python
36and how to embed it in other applications.
37
38\end{abstract}
39
40\tableofcontents
41
42