blob: e9c0541443136e38a660ef841212f072356b2545 [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 Drake11eb3d02002-10-30 16:54:54 +000010 <link rel="SHORTCUT ICON" href="icons/pyfav.gif" type="image/gif">
Fred Drakea61bfa82000-09-08 21:53:22 +000011 <link rel="STYLESHEET" href="lib/lib.css">
12 </head>
Fred Drake63eb6302000-10-04 13:39:24 +000013 <body>
Fred Drakea61bfa82000-09-08 21:53:22 +000014 <div class="navigation">
15 <table width="100%" cellpadding="0" cellspacing="2">
16 <tr>
17 <td><img width="32" height="32" align="bottom" border="0" alt=""
18 src="icons/blank.gif"></td>
Fred Drakebaf43c52002-02-04 21:15:42 +000019 <td><a href="index.html"
Fred Drakea61bfa82000-09-08 21:53:22 +000020 title="Python Documentation Index"><img width="32" height="32"
21 align="bottom" border="0" alt="up"
22 src="icons/up.gif"></a></td>
23 <td><img width="32" height="32" align="bottom" border="0" alt=""
24 src="icons/blank.gif"></td>
Fred Drake63eb6302000-10-04 13:39:24 +000025 <td align="center" width="100%">About the Python Documentation</td>
Fred Drakea61bfa82000-09-08 21:53:22 +000026 <td><img width="32" height="32" align="bottom" border="0" alt=""
27 src="icons/blank.gif"></td>
28 <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 </tr>
33 </table>
34 <b class="navlabel">Up:</b>
35 <span class="sectref">
Fred Drake1f679462002-04-17 01:40:56 +000036 <a href="index.html" title="Python Documentation Index">
Fred Drakea61bfa82000-09-08 21:53:22 +000037 Python Documentation Index</A></span>
38 <br>
39 </div>
40 <hr>
41
42 <h2>About the Python Documentation</h2>
43
44 <p>The Python documentation was originally written by Guido van
45 Rossum, but has increasingly become a community effort over the
46 past several years. This growing collection of documents is
47 available in several formats, including typeset versions in PDF
48 and PostScript for printing, from the <a
49 href="http://www.python.org/">Python Web site</a>.
50
Fred Drake65221922000-10-05 05:17:29 +000051 <p>A <a href="acks.html">list of contributors</a> is available.
52
Fred Drakea61bfa82000-09-08 21:53:22 +000053 <h2>Comments and Questions</h2>
54
55 <p> General comments and questions regarding this document should
56 be sent by email to <a href="mailto:python-docs@python.org"
57 >python-docs@python.org</a>. If you find specific errors in
58 this document, please report the bug at the <a
59 href="http://sourceforge.net/bugs/?group_id=5470">Python Bug
60 Tracker</a> at <a href="http://sourceforge.net/">SourceForge</a>.
61 </p>
62
63 <p> Questions regarding how to use the information in this
64 document should be sent to the Python news group, <a
65 href="news:comp.lang.python">comp.lang.python</a>, or the <a
66 href="http://www.python.org/mailman/listinfo/python-list"
67 >Python mailing list</a> (which is gated to the newsgroup and
68 carries the same content).
69 </p>
70
71 <p> For any of these channels, please be sure not to send HTML email.
72 Thanks.
73 </p>
74
75 <hr>
76 </body>
77</html>