Issue 24304: Documentation broken link to license (original) (raw)

Issue24304

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.

This issue has been migrated to GitHub: https://github.com/python/cpython/issues/68492

classification

Title: Documentation broken link to license
Type: Stage: resolved
Components: Documentation Versions: Python 3.4, Python 3.5, Python 2.7

process

Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: Leonardo Tada, docs@python, ned.deily, python-dev
Priority: normal Keywords:

Created on 2015-05-27 20:05 by Leonardo Tada, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (3)
msg244217 - (view) Author: Leonardo Tada (Leonardo Tada) Date: 2015-05-27 20:05
In this page https://docs.python.org/3.4/faq/general.html#are-there-copyright-restrictions-on-the-use-of-python the link for "the PSF license page" is broken.
msg244221 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2015-05-27 22:39
New changeset d4080f3c0894 by Ned Deily in branch '2.7': Issue 24304: Fix broken license link in FAQ. https://hg.python.org/cpython/rev/d4080f3c0894 New changeset 8631d61f6577 by Ned Deily in branch '3.4': Issue 24304: Fix broken license link in FAQ. https://hg.python.org/cpython/rev/8631d61f6577 New changeset 892a8bed619d by Ned Deily in branch '3.5': Issue 24304: Fix broken license link in FAQ. https://hg.python.org/cpython/rev/892a8bed619d New changeset e57e37c3986c by Ned Deily in branch 'default': Issue 24304: Fix broken license link in FAQ. https://hg.python.org/cpython/rev/e57e37c3986c
msg244222 - (view) Author: Ned Deily (ned.deily) * (Python committer) Date: 2015-05-27 22:40
Thanks for the report!
History
Date User Action Args
2022-04-11 14:58:17 admin set github: 68492
2015-05-27 22:40:31 ned.deily set status: open -> closedversions: + Python 2.7, Python 3.4, Python 3.5nosy: + ned.deilymessages: + resolution: fixedstage: resolved
2015-05-27 22:39:08 python-dev set nosy: + python-devmessages: +
2015-05-27 20:05:34 Leonardo Tada create