Ignore:
Timestamp:
Mar 19, 2014, 11:11:30 AM (11 years ago)
Author:
dmik
Message:

python: Update vendor to 2.7.6.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/vendor/current/Doc/bugs.rst

    r2 r388  
    11.. _reporting-bugs:
    22
    3 ************************
    4 Reporting Bugs in Python
    5 ************************
     3**************
     4Reporting Bugs
     5**************
    66
    77Python is a mature programming language which has established a reputation for
     
    99know of any deficiencies you find in Python.
    1010
    11 Bug reports should be submitted via the Python Bug Tracker
     11
     12Documentation bugs
     13==================
     14
     15If you find a bug in this documentation or would like to propose an improvement,
     16please send an e-mail to docs@python.org describing the bug and where you found
     17it.  If you have a suggestion how to fix it, include that as well.
     18
     19docs@python.org is a mailing list run by volunteers; your request will be
     20noticed, even if it takes a while to be processed.
     21
     22Of course, if you want a more persistent record of your issue, you can use the
     23issue tracker for documentation bugs as well.
     24
     25
     26Using the Python issue tracker
     27==============================
     28
     29Bug reports for Python itself should be submitted via the Python Bug Tracker
    1230(http://bugs.python.org/).  The bug tracker offers a Web form which allows
    1331pertinent information to be entered and submitted to the developers.
     
    2038To do this, search the bug database using the search box on the top of the page.
    2139
    22 In the case of documentation bugs, look at the most recent development docs at
    23 http://docs.python.org/dev to see if the bug has been fixed.
    24 
    2540If 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.
     41the Python Bug Tracker and log in.  If you don't already have a tracker account,
     42select the "Register" link or, if you use OpenID, one of the OpenID provider
     43logos in the sidebar.  It is not possible to submit a bug report anonymously.
    3044
    3145Being now logged in, you can submit a bug.  Select the "Create New" link in the
     
    4963.. seealso::
    5064
     65   `Python Developer's Guide <http://docs.python.org/devguide/>`_
     66      Detailed description of the issue workflow and developers tools.
     67
    5168   `How to Report Bugs Effectively <http://www.chiark.greenend.org.uk/~sgtatham/bugs.html>`_
    5269      Article which goes into some detail about how to create a useful bug report.
Note: See TracChangeset for help on using the changeset viewer.