blob: 8f78a3e5dcfc1cc045dd2fbace8994cf145dafee [file] [log] [blame]
Fred Drake5cc0a9b1999-04-29 15:42:19 +00001<html>
2 <head>
3 <title>Python 1.5.2 Documentation</title>
4 <link rel=STYLESHEET href="lib/lib.css" type="text/css">
5 <style type="text/css">
6 a.title { font-weight: bold; font-size: 110%; }
7 </style>
8 </head>
9 <body bgcolor=white>
Fred Drake8961bd11999-04-29 19:54:08 +000010 <div class=navigation>
11 <table align=center width="100%" cellpadding=0 cellspacing=2>
12 <tr>
13 <td><img width=32 height=32 align=bottom border=0 alt=""
14 src="icons/blank.gif"></td>
15 <td><img width=32 height=32 align=bottom border=0 alt=""
16 src="icons/blank.gif"></td>
17 <td><img width=32 height=32 align=bottom border=0 alt=""
18 src="icons/blank.gif"></td>
19 <td align=center bgcolor="#99CCFF" width="100%">
20 <b class=title>Python Documentation</b></td>
21 <td><img width=32 height=32 align=bottom border=0 alt=""
22 src="icons/blank.gif"></td>
23 <td><a href="modindex.html"><img width=32 height=32 align=bottom
24 border=0 alt="Module Index" src="icons/modules.gif"></a></td>
25 <td><img width=32 height=32 align=bottom border=0 alt=""
26 src="icons/blank.gif"></A></td>
27 </tr>
28 </table>
29 </div>
Fred Drake5cc0a9b1999-04-29 15:42:19 +000030 <div align=center>
31 <h1>Python Documentation</h1>
32
33 <p>
34 <strong>Release @RELEASE@</strong>
35 <br>
36 <strong>@DATE@</strong>
37 </p>
38 </div>
39
40 <table>
41 <tbody>
42 <tr><td>
43 <ul>
44 <li> <a href="tut/tut.html" class=title>Tutorial</a>
45 <br>(start here)
46
47 <li> <a href="modindex.html" class=title>Global Module Index</a>
48 <br>(for quick access to all documentation)
49
50 <li> <a href="lib/lib.html" class=title>Library Reference</a>
51 (<a href="lib/modindex.html">Module Index</a>)
52 <br>(keep this under your pillow)
53
54 <li> <a href="mac/mac.html" class=title>Macintosh Module
55 Reference</a> (<a href="mac/modindex.html">Module
56 Index</a>)
57 <br>(this too, if you use a Macintosh)
58 </ul>
59 </td>
60 <td>
61 <ul>
62 <li> <a href="ref/ref.html" class=title>Language Reference</a>
63 <br>(for language lawyers)
64
65 <li> <a href="ext/ext.html" class=title>Extending and
66 Embedding</a>
67 <br>(tutorial for C/C++ programmers)
68
69 <li> <a href="api/api.html" class=title>Python/C API</a>
70 <br>(reference for C/C++ programmers)
71
72 <li> <a href="doc/doc.html" class=title>Documenting Python</a>
73 <br>(information for documentation authors)
74 </ul>
75 </td>
76 </tr>
77 </tbody>
78 </table>
79
80 </body>
81</html>