Fred Drake | a61bfa8 | 2000-09-08 21:53:22 +0000 | [diff] [blame] | 1 | <!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> |
Fred Drake | 63eb630 | 2000-10-04 13:39:24 +0000 | [diff] [blame] | 10 | <body> |
Fred Drake | a61bfa8 | 2000-09-08 21:53:22 +0000 | [diff] [blame] | 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> |
Fred Drake | 63eb630 | 2000-10-04 13:39:24 +0000 | [diff] [blame] | 22 | <td align="center" width="100%">About the Python Documentation</td> |
Fred Drake | a61bfa8 | 2000-09-08 21:53:22 +0000 | [diff] [blame] | 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 | |
Fred Drake | 6522192 | 2000-10-05 05:17:29 +0000 | [diff] [blame^] | 48 | <p>A <a href="acks.html">list of contributors</a> is available. |
| 49 | |
Fred Drake | a61bfa8 | 2000-09-08 21:53:22 +0000 | [diff] [blame] | 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> |