diff options
author | Fred Drake <fdrake@acm.org> | 1999-09-21 15:45:06 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-09-21 15:45:06 (GMT) |
commit | 0297719180d7d4e54dfb81e77b180081ac9cc6de (patch) | |
tree | bdecfa80bc94e78bdfa5cfee27ff31cdbd8b7b8e /Doc/html | |
parent | 2a6875e172ec8a8e1f712b3a0fd7c96bce319971 (diff) | |
download | cpython-0297719180d7d4e54dfb81e77b180081ac9cc6de.zip cpython-0297719180d7d4e54dfb81e77b180081ac9cc6de.tar.gz cpython-0297719180d7d4e54dfb81e77b180081ac9cc6de.tar.bz2 |
Added section about where to send comments, questions, & bug reports.
Diffstat (limited to 'Doc/html')
-rw-r--r-- | Doc/html/about.dat | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/Doc/html/about.dat b/Doc/html/about.dat index 8ac6837..f7c4062 100644 --- a/Doc/html/about.dat +++ b/Doc/html/about.dat @@ -23,3 +23,23 @@ Jr. Original navigation icons were contributed by Christopher Petrilli. </p> + + <hr> + + <h2>Comments and Questions</h2> + + <p> General comments and questions regarding this document should + be sent by email to <a href="mailto:python-docs@python.org" + >python-docs@python.org</a>. If you find specific errors in + this document, please report the bug at the <a + href="http://www.python.org/python-bugs/">Python Bugs + List</a>. + </p> + + <p> Questions regarding how to use the information in this + document should be sent to the Python news group, <a + href="news:comp.lang.python">comp.lang.python</a>, or the <a + href="http://www.python.org/mailman/listinfo/python-list" + >Python mailing list</a> (which is gated to the newsgroup and + carries the same content). + </p> |