blob: 0e0fb644692b4841d9bd012d984c1732c40ea1ed [file] [log] [blame]
Fred Drakea61bfa82000-09-08 21:53:22 +00001<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2<html>
3 <head>
4 <title>About the Python Documentation</title>
5 <meta name="description"
6 content="Overview information about the Python documentation">
7 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
Fred Drake942bd502002-10-30 21:17:10 +00008 <link rel="contents" href="index.html" title="Python Documentation Index">
9 <link rel="index" href="modindex.html" title="Global Module Index">
Fred Drake86876092002-10-30 21:29:50 +000010 <link rel="start" href="index.html" title="Python Documentation Index">
11 <link rel="up" href="index.html" title="Python Documentation Index">
Fred Drake11eb3d02002-10-30 16:54:54 +000012 <link rel="SHORTCUT ICON" href="icons/pyfav.gif" type="image/gif">
Fred Drakea61bfa82000-09-08 21:53:22 +000013 <link rel="STYLESHEET" href="lib/lib.css">
14 </head>
Fred Drake63eb6302000-10-04 13:39:24 +000015 <body>
Fred Drakea61bfa82000-09-08 21:53:22 +000016 <div class="navigation">
17 <table width="100%" cellpadding="0" cellspacing="2">
18 <tr>
19 <td><img width="32" height="32" align="bottom" border="0" alt=""
20 src="icons/blank.gif"></td>
Fred Drakebaf43c52002-02-04 21:15:42 +000021 <td><a href="index.html"
Fred Drakea61bfa82000-09-08 21:53:22 +000022 title="Python Documentation Index"><img width="32" height="32"
23 align="bottom" border="0" alt="up"
24 src="icons/up.gif"></a></td>
25 <td><img width="32" height="32" align="bottom" border="0" alt=""
26 src="icons/blank.gif"></td>
Fred Drake63eb6302000-10-04 13:39:24 +000027 <td align="center" width="100%">About the Python Documentation</td>
Fred Drakea61bfa82000-09-08 21:53:22 +000028 <td><img width="32" height="32" align="bottom" border="0" alt=""
29 src="icons/blank.gif"></td>
30 <td><img width="32" height="32" align="bottom" border="0" alt=""
31 src="icons/blank.gif"></td>
32 <td><img width="32" height="32" align="bottom" border="0" alt=""
33 src="icons/blank.gif"></td>
34 </tr>
35 </table>
36 <b class="navlabel">Up:</b>
37 <span class="sectref">
Fred Drake1f679462002-04-17 01:40:56 +000038 <a href="index.html" title="Python Documentation Index">
Fred Drakea61bfa82000-09-08 21:53:22 +000039 Python Documentation Index</A></span>
40 <br>
41 </div>
42 <hr>
43
44 <h2>About the Python Documentation</h2>
45
46 <p>The Python documentation was originally written by Guido van
47 Rossum, but has increasingly become a community effort over the
48 past several years. This growing collection of documents is
49 available in several formats, including typeset versions in PDF
50 and PostScript for printing, from the <a
51 href="http://www.python.org/">Python Web site</a>.
52
Fred Drake65221922000-10-05 05:17:29 +000053 <p>A <a href="acks.html">list of contributors</a> is available.
54
Fred Drakea61bfa82000-09-08 21:53:22 +000055 <h2>Comments and Questions</h2>
56
57 <p> General comments and questions regarding this document should
58 be sent by email to <a href="mailto:python-docs@python.org"
59 >python-docs@python.org</a>. If you find specific errors in
60 this document, please report the bug at the <a
61 href="http://sourceforge.net/bugs/?group_id=5470">Python Bug
62 Tracker</a> at <a href="http://sourceforge.net/">SourceForge</a>.
63 </p>
64
65 <p> Questions regarding how to use the information in this
66 document should be sent to the Python news group, <a
67 href="news:comp.lang.python">comp.lang.python</a>, or the <a
68 href="http://www.python.org/mailman/listinfo/python-list"
69 >Python mailing list</a> (which is gated to the newsgroup and
70 carries the same content).
71 </p>
72
73 <p> For any of these channels, please be sure not to send HTML email.
74 Thanks.
75 </p>
76
77 <hr>
78 </body>
79</html>