File tree 1 file changed +7
-3
lines changed
1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
.. _reporting-bugs :
2
2
3
- **************
4
- Reporting Bugs
5
- **************
3
+ *****************
4
+ Dealing with Bugs
5
+ *****************
6
6
7
7
Python is a mature programming language which has established a reputation for
8
8
stability. In order to maintain this reputation, the developers would like to
9
9
know of any deficiencies you find in Python.
10
10
11
+ It can be sometimes faster to fix bugs yourself and contribute patches to
12
+ Python as it streamlines the process and involves less people. Learn how to
13
+ :ref: `contribute <contributing-to-python >`.
11
14
12
15
Documentation bugs
13
16
==================
@@ -73,6 +76,7 @@ taken on the bug.
73
76
Information about writing a good bug report. Some of this is specific to the
74
77
Mozilla project, but describes general good practices.
75
78
79
+ .. _contributing-to-python :
76
80
77
81
Getting started contributing to Python yourself
78
82
===============================================
You can’t perform that action at this time.
0 commit comments