mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
Issue #17888: Merge from 3.5
This commit is contained in:
commit
20ab95413e
1 changed files with 7 additions and 3 deletions
10
Doc/bugs.rst
10
Doc/bugs.rst
|
@ -1,13 +1,16 @@
|
||||||
.. _reporting-bugs:
|
.. _reporting-bugs:
|
||||||
|
|
||||||
**************
|
*****************
|
||||||
Reporting Bugs
|
Dealing with Bugs
|
||||||
**************
|
*****************
|
||||||
|
|
||||||
Python is a mature programming language which has established a reputation for
|
Python is a mature programming language which has established a reputation for
|
||||||
stability. In order to maintain this reputation, the developers would like to
|
stability. In order to maintain this reputation, the developers would like to
|
||||||
know of any deficiencies you find in Python.
|
know of any deficiencies you find in Python.
|
||||||
|
|
||||||
|
It can be sometimes faster to fix bugs yourself and contribute patches to
|
||||||
|
Python as it streamlines the process and involves less people. Learn how to
|
||||||
|
:ref:`contribute <contributing-to-python>`.
|
||||||
|
|
||||||
Documentation bugs
|
Documentation bugs
|
||||||
==================
|
==================
|
||||||
|
@ -73,6 +76,7 @@ taken on the bug.
|
||||||
Information about writing a good bug report. Some of this is specific to the
|
Information about writing a good bug report. Some of this is specific to the
|
||||||
Mozilla project, but describes general good practices.
|
Mozilla project, but describes general good practices.
|
||||||
|
|
||||||
|
.. _contributing-to-python:
|
||||||
|
|
||||||
Getting started contributing to Python yourself
|
Getting started contributing to Python yourself
|
||||||
===============================================
|
===============================================
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue