blob: 3203faf66af2fc311c0a8227677fb81fbeca57e1 [file] [log] [blame]
Jean-Paul Calderone897bc252008-02-18 20:50:23 -05001<!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">
8 <link rel="STYLESHEET" href="lib/lib.css">
9 </head>
10 <body>
11 <div class="navigation">
12 <table width="100%" cellpadding="0" cellspacing="2">
13 <tr>
14 <td><img width="32" height="32" align="bottom" border="0" alt=""
15 src="icons/blank.gif"></td>
16 <td><a href="./"
17 title="Python Documentation Index"><img width="32" height="32"
18 align="bottom" border="0" alt="up"
19 src="icons/up.gif"></a></td>
20 <td><img width="32" height="32" align="bottom" border="0" alt=""
21 src="icons/blank.gif"></td>
22 <td align="center" width="100%">About the Python Documentation</td>
23 <td><img width="32" height="32" align="bottom" border="0" alt=""
24 src="icons/blank.gif"></td>
25 <td><img width="32" height="32" align="bottom" border="0" alt=""
26 src="icons/blank.gif"></td>
27 <td><img width="32" height="32" align="bottom" border="0" alt=""
28 src="icons/blank.gif"></td>
29 </tr>
30 </table>
31 <b class="navlabel">Up:</b>
32 <span class="sectref">
33 <a href="./" title="Python Documentation Index">
34 Python Documentation Index</A></span>
35 <br>
36 </div>
37 <hr>
38
39 <h2>About the Python Documentation</h2>
40
41 <p>The Python documentation was originally written by Guido van
42 Rossum, but has increasingly become a community effort over the
43 past several years. This growing collection of documents is
44 available in several formats, including typeset versions in PDF
45 and PostScript for printing, from the <a
46 href="http://www.python.org/">Python Web site</a>.
47
48 <p>A <a href="acks.html">list of contributors</a> is available.
49
50 <h2>Comments and Questions</h2>
51
52 <p> General comments and questions regarding this document should
53 be sent by email to <a href="mailto:python-docs@python.org"
54 >python-docs@python.org</a>. If you find specific errors in
55 this document, please report the bug at the <a
56 href="http://sourceforge.net/bugs/?group_id=5470">Python Bug
57 Tracker</a> at <a href="http://sourceforge.net/">SourceForge</a>.
58 </p>
59
60 <p> Questions regarding how to use the information in this
61 document should be sent to the Python news group, <a
62 href="news:comp.lang.python">comp.lang.python</a>, or the <a
63 href="http://www.python.org/mailman/listinfo/python-list"
64 >Python mailing list</a> (which is gated to the newsgroup and
65 carries the same content).
66 </p>
67
68 <p> For any of these channels, please be sure not to send HTML email.
69 Thanks.
70 </p>
71
72 <hr>
73 </body>
74</html>