Changeset 388 for python/vendor/current/Doc/bugs.rst
- Timestamp:
- Mar 19, 2014, 11:11:30 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/vendor/current/Doc/bugs.rst
r2 r388 1 1 .. _reporting-bugs: 2 2 3 ************** **********4 Reporting Bugs in Python5 ************** **********3 ************** 4 Reporting Bugs 5 ************** 6 6 7 7 Python is a mature programming language which has established a reputation for … … 9 9 know of any deficiencies you find in Python. 10 10 11 Bug reports should be submitted via the Python Bug Tracker 11 12 Documentation bugs 13 ================== 14 15 If you find a bug in this documentation or would like to propose an improvement, 16 please send an e-mail to docs@python.org describing the bug and where you found 17 it. If you have a suggestion how to fix it, include that as well. 18 19 docs@python.org is a mailing list run by volunteers; your request will be 20 noticed, even if it takes a while to be processed. 21 22 Of course, if you want a more persistent record of your issue, you can use the 23 issue tracker for documentation bugs as well. 24 25 26 Using the Python issue tracker 27 ============================== 28 29 Bug reports for Python itself should be submitted via the Python Bug Tracker 12 30 (http://bugs.python.org/). The bug tracker offers a Web form which allows 13 31 pertinent information to be entered and submitted to the developers. … … 20 38 To do this, search the bug database using the search box on the top of the page. 21 39 22 In the case of documentation bugs, look at the most recent development docs at23 http://docs.python.org/dev to see if the bug has been fixed.24 25 40 If the problem you're reporting is not already in the bug tracker, go back to 26 the Python Bug Tracker. If you don't already have a tracker account, select the 27 "Register" link in the sidebar and undergo the registration procedure. 28 Otherwise, if you're not logged in, enter your credentials and select "Login". 29 It is not possible to submit a bug report anonymously. 41 the Python Bug Tracker and log in. If you don't already have a tracker account, 42 select the "Register" link or, if you use OpenID, one of the OpenID provider 43 logos in the sidebar. It is not possible to submit a bug report anonymously. 30 44 31 45 Being now logged in, you can submit a bug. Select the "Create New" link in the … … 49 63 .. seealso:: 50 64 65 `Python Developer's Guide <http://docs.python.org/devguide/>`_ 66 Detailed description of the issue workflow and developers tools. 67 51 68 `How to Report Bugs Effectively <http://www.chiark.greenend.org.uk/~sgtatham/bugs.html>`_ 52 69 Article which goes into some detail about how to create a useful bug report.
Note:
See TracChangeset
for help on using the changeset viewer.