blob: 3b15a65669664186492d937b89e0c34c4dc40a3d [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 Drake6e2e90d2004-11-05 04:51:05 +000012 <link rel="SHORTCUT ICON" href="icons/pyfav.png" type="image/png">
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=""
Fred Drake6e2e90d2004-11-05 04:51:05 +000020 src="icons/blank.png"></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"
Fred Drake6e2e90d2004-11-05 04:51:05 +000024 src="icons/up.png"></a></td>
Fred Drakea61bfa82000-09-08 21:53:22 +000025 <td><img width="32" height="32" align="bottom" border="0" alt=""
Fred Drake6e2e90d2004-11-05 04:51:05 +000026 src="icons/blank.png"></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=""
Fred Drake6e2e90d2004-11-05 04:51:05 +000029 src="icons/blank.png"></td>
Fred Drakea61bfa82000-09-08 21:53:22 +000030 <td><img width="32" height="32" align="bottom" border="0" alt=""
Fred Drake6e2e90d2004-11-05 04:51:05 +000031 src="icons/blank.png"></td>
Fred Drakea61bfa82000-09-08 21:53:22 +000032 <td><img width="32" height="32" align="bottom" border="0" alt=""
Fred Drake6e2e90d2004-11-05 04:51:05 +000033 src="icons/blank.png"></td>
Fred Drakea61bfa82000-09-08 21:53:22 +000034 </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
Fred Drake9d843082003-07-30 02:55:28 +000058 be sent by email to <a href="mailto:docs@python.org"
59 >docs@python.org</a>. If you find specific errors in
Fred Drakea61bfa82000-09-08 21:53:22 +000060 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>.
Fred Drake8aebe192004-11-05 04:23:25 +000063 If you are able to provide suggested text, either to replace
64 existing incorrect or unclear material, or additional text to
65 supplement what's already available, we'd appreciate the
66 contribution. There's no need to worry about text markup; our
67 documentation team will gladly take care of that.
Fred Drakea61bfa82000-09-08 21:53:22 +000068 </p>
69
70 <p> Questions regarding how to use the information in this
71 document should be sent to the Python news group, <a
72 href="news:comp.lang.python">comp.lang.python</a>, or the <a
73 href="http://www.python.org/mailman/listinfo/python-list"
74 >Python mailing list</a> (which is gated to the newsgroup and
75 carries the same content).
76 </p>
77
78 <p> For any of these channels, please be sure not to send HTML email.
79 Thanks.
80 </p>
81
82 <hr>
83 </body>
84</html>