diff options
author | Georg Brandl <georg@python.org> | 2010-04-22 23:20:47 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-04-22 23:20:47 (GMT) |
commit | 9b9e0a1b4b0a55d06c12cfda64ef5b05a68bf6cf (patch) | |
tree | cc774e266a87a1f4807a62d711a3f03b3287de34 /Doc/bugs.rst | |
parent | 0b79b76c2b8a4d4de7f29b8402def74fd63be706 (diff) | |
download | cpython-9b9e0a1b4b0a55d06c12cfda64ef5b05a68bf6cf.zip cpython-9b9e0a1b4b0a55d06c12cfda64ef5b05a68bf6cf.tar.gz cpython-9b9e0a1b4b0a55d06c12cfda64ef5b05a68bf6cf.tar.bz2 |
Merged revisions 80390 via svnmerge from
svn+ssh://svn.python.org/python/branches/py3k
................
r80390 | georg.brandl | 2010-04-23 01:20:19 +0200 (Fr, 23 Apr 2010) | 9 lines
Merged revisions 80388 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r80388 | georg.brandl | 2010-04-23 00:15:33 +0200 (Fr, 23 Apr 2010) | 1 line
Add "report a bug" links in some prominent places. Make it clear that doc bugs can be mailed to docs@python.org. Clarify tracker usage.
........
................
Diffstat (limited to 'Doc/bugs.rst')
-rw-r--r-- | Doc/bugs.rst | 29 |
1 files changed, 22 insertions, 7 deletions
diff --git a/Doc/bugs.rst b/Doc/bugs.rst index dc7d388..55b3107 100644 --- a/Doc/bugs.rst +++ b/Doc/bugs.rst @@ -1,14 +1,32 @@ .. _reporting-bugs: -************************ -Reporting Bugs in Python -************************ +************** +Reporting Bugs +************** Python is a mature programming language which has established a reputation for stability. In order to maintain this reputation, the developers would like to know of any deficiencies you find in Python. -Bug reports should be submitted via the Python Bug Tracker + +Documentation bugs +================== + +If you find a bug in this documentation or would like to propose an improvement, +please send an e-mail to docs@python.org describing the bug and where you found +it. If you have a suggestion how to fix it, include that as well. + +docs@python.org is a mailing list run by volunteers; your request will be +noticed, even if it takes a while to be processed. + +Of course, if you want a more persistent record of your issue, you can use the +issue tracker for documentation bugs as well. + + +Using the Python issue tracker +============================== + +Bug reports for Python itself should be submitted via the Python Bug Tracker (http://bugs.python.org/). The bug tracker offers a Web form which allows pertinent information to be entered and submitted to the developers. @@ -19,9 +37,6 @@ the problem has already been fixed for the next release, or additional information is needed (in which case you are welcome to provide it if you can!). To do this, search the bug database using the search box on the top of the page. -In the case of documentation bugs, look at the most recent development docs at -http://docs.python.org/dev to see if the bug has been fixed. - If the problem you're reporting is not already in the bug tracker, go back to the Python Bug Tracker. If you don't already have a tracker account, select the "Register" link in the sidebar and undergo the registration procedure. |