|
Original |
Translation |
|
1
|
|
2
|
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.
|
|
|
3
|
|
|
|
4
|
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.
|
|
|
5
|
docs@python.org is a mailing list run by volunteers; your request will be noticed, even if it takes a while to be processed.
|
|
|
6
|
Of course, if you want a more persistent record of your issue, you can use the issue tracker for documentation bugs as well.
|
|
|
7
|
Using the Python issue tracker
|
|
|
8
|
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.
|
|
|
9
|
The first step in filing a report is to determine whether the problem has already been reported. The advantage in doing so, aside from saving the developers time, is that you learn what has been done to fix it; it may be that 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.
|
|
|
10
|
If the problem you're reporting is not already in the bug tracker, go back to the Python Bug Tracker and log in. If you don't already have a tracker account, select the "Register" link or, if you use OpenID, one of the OpenID provider logos in the sidebar. It is not possible to submit a bug report anonymously.
|
|