This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: link to page with documentation bugs
Type: Stage:
Components: Documentation Versions:
process
Status: closed Resolution: works for me
Dependencies: Superseder:
Assigned To: docs@python Nosy List: docs@python, georg.brandl, techtonik
Priority: normal Keywords:

Created on 2010-10-10 14:55 by techtonik, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg118334 - (view) Author: anatoly techtonik (techtonik) Date: 2010-10-10 14:55
Link to bugtracker on http://docs.python.org/dev/bugs.html leads to main roundup page. It make more sense to redirect to a page that lists only documentation bugs.

Extra points:
- sort the landing page that Easy, then issues with Patches come first
- provide a link to Documentation HOWTO from an issue page
msg118825 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2010-10-15 19:37
The reference you're referring to is in the section about bugs in Python:

"""
Bug reports for Python itself should be submitted via the Python Bug Tracker (http://bugs.python.org/).
"""

and it is placed below the section dealing with documentation bugs.  As such, this request is a "works for me".
History
Date User Action Args
2022-04-11 14:57:07adminsetgithub: 54273
2010-10-15 19:37:23georg.brandlsetstatus: open -> closed

nosy: + georg.brandl
messages: + msg118825

resolution: works for me
2010-10-10 14:55:58techtonikcreate