[Python-checkins] cpython (merge 3.5 -> default): Issue #17888: Merge from 3.5

berker.peksag python-checkins at python.org
Sun Jun 5 00:37:45 EDT 2016


https://hg.python.org/cpython/rev/1f8181e66b36
changeset:   101744:1f8181e66b36
parent:      101742:ba2d03425bcb
parent:      101743:3136c67eac4d
user:        Berker Peksag <berker.peksag at gmail.com>
date:        Sat Jun 04 21:48:16 2016 -0700
summary:
  Issue #17888: Merge from 3.5

files:
  Doc/bugs.rst |  10 +++++++---
  1 files changed, 7 insertions(+), 3 deletions(-)


diff --git a/Doc/bugs.rst b/Doc/bugs.rst
--- a/Doc/bugs.rst
+++ b/Doc/bugs.rst
@@ -1,13 +1,16 @@
 .. _reporting-bugs:
 
-**************
-Reporting Bugs
-**************
+*****************
+Dealing with Bugs
+*****************
 
 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.
 
+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
 ==================
@@ -73,6 +76,7 @@
       Information about writing a good bug report.  Some of this is specific to the
       Mozilla project, but describes general good practices.
 
+.. _contributing-to-python:
 
 Getting started contributing to Python yourself
 ===============================================

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list