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: Broken link in bugs.rst
Type: Stage: resolved
Components: Documentation Versions: Python 3.2
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: eric.araujo Nosy List: berker.peksag, docs@python, eric.araujo, python-dev
Priority: normal Keywords: patch

Created on 2011-10-14 08:05 by berker.peksag, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
broken_link_v1.patch berker.peksag, 2011-10-14 08:05
Messages (4)
msg145499 - (view) Author: Berker Peksag (berker.peksag) * (Python committer) Date: 2011-10-14 08:05
http://www.python.org/dev/workflow/ is missing in 3.2 documentation.

See: http://docs.python.org/py3k/bugs.html

It works with latest version of the documentation: http://docs.python.org/dev/bugs.html
msg145536 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2011-10-14 15:38
New changeset 9ef20fbd340f by Éric Araujo in branch '3.2':
Update dead references from py.org/dev/faq to the devguide (#13176)
http://hg.python.org/cpython/rev/9ef20fbd340f
msg145538 - (view) Author: Éric Araujo (eric.araujo) * (Python committer) Date: 2011-10-14 15:47
Thanks for the report!
msg145544 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2011-10-14 16:06
New changeset ebf3f2a4c61a by Éric Araujo in branch '2.7':
Update dead references from py.org/dev/faq to the devguide (#13176)
http://hg.python.org/cpython/rev/ebf3f2a4c61a
History
Date User Action Args
2022-04-11 14:57:22adminsetgithub: 57385
2011-10-14 16:06:07python-devsetmessages: + msg145544
2011-10-14 15:47:56eric.araujosetstatus: open -> closed
resolution: fixed
messages: + msg145538

stage: resolved
2011-10-14 15:38:50python-devsetnosy: + python-dev
messages: + msg145536
2011-10-14 15:33:40eric.araujosetassignee: docs@python -> eric.araujo

nosy: + eric.araujo
2011-10-14 08:05:07berker.peksagcreate