blob: c06470a632ef8937fb30eca954f68fc117fe8b51 [file] [log] [blame]
Fred Drakecb0a0b32000-09-21 21:32:14 +00001\label{reporting-bugs}
2
3Python is a mature programming language which has established a
4reputation for stability. In order to maintain this reputation, the
5developers would like to know of any deficiencies you find in Python
6or its documentation.
7
8All bug reports should be submitted via the Python Bug Tracker on
9SourceForge (\url{http://sourceforge.net/bugs/?group_id=5470}). The
10bug tracker offers a Web form which allows pertinent information to be
11entered and submitted to the developers.
12
13Before submitting a report, please log into SourceForge if you are a
14member; this will make it possible for the developers to contact you
15for additional information if needed. If you are not a SourceForge
16member but would not mind the developers contacting you, you may
17include your email address in your bug description. In this case,
18please realize that the information is publically available and cannot
19be protected.
20
21The first step in filing a report is to determine whether the problem
22has already been reported. The advantage in doing so, aside from
23saving the developers time, is that you learn what has been done to
24fix it; it may be that the problem has already been fixed for the next
25release, or additional information is needed (in which case you are
26welcome to provide it if you can!). To do this, search the bug
27database using the search box near the bottom of the page.
28
29If the problem you're reporting is not already in the bug tracker, go
30back to the Python Bug Tracker
31(\url{http://sourceforge.net/bugs/?group_id=5470}). Select the
32``Submit a Bug'' link at the top of the page to open the bug reporting
33form.
34
35The submission form has a number of fields. The only fields that are
36required are the ``Summary'' and ``Details'' fields. For the summary,
37enter a \emph{very} short description of the problem; less than ten
38words is good. In the Details field, describe the problem in detail,
39including what you expected to happen and what did happen. Be sure to
40include the version of Python you used, whether any extension modules
41were involved, and what hardware and software platform you were using
42(including version information as appropriate).
43
44The only other field that you may want to set is the ``Category''
45field, which allows you to place the bug report into a broad category
46(such as ``Documentation'' or ``Library'').
47
48Each bug report will be assigned to a developer who will determine
49what needs to be done to correct the problem. If you have a
50SourceForge account and logged in to report the problem, you will
51receive an update each time action is taken on the bug.
52
53
54\begin{seealso}
55 \seetitle[http://www-mice.cs.ucl.ac.uk/multimedia/software/documentation/ReportingBugs.html]{How
56 to Report Bugs Effectively}{Article which goes into some
57 detail about how to create a useful bug report. This
58 describes what kind of information is useful and why it is
59 useful.}
60
61 \seetitle[http://www.mozilla.org/quality/bug-writing-guidelines.html]{Bug
62 Writing Guidelines}{Information about writing a good bug
63 report. Some of this is specific to the Mozilla project, but
64 describes general good practices.}
65\end{seealso}