Issue 17952: editors-and-tools section of devguide does not appear to be accurate (original) (raw)

Issue17952

Created on 2013-05-11 07:45 by tshepang, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (3)
msg188900 - (view) Author: Tshepang Lekhonkhobe (tshepang) * Date: 2013-05-11 07:45
2nd paragraph of http://docs.python.org/devguide/setup#editors-and-tools does not look accurate. It implies that there would be some mention of text editor in the given link, but I could not find it.
msg189413 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2013-05-16 21:23
New changeset 3d523f0c0a9d by Ned Deily in branch 'default': Add comment about avoiding --enable-shared for uninstalled builds. This should also cause the resources ref link in the Editors and Tools section to be updated (Issue17952). http://hg.python.org/devguide/rev/3d523f0c0a9d
msg189416 - (view) Author: Ned Deily (ned.deily) * (Python committer) Date: 2013-05-16 21:34
Thanks for the report. To resolve Issue17820, the target of the link in setup#editors-and-tools was changed from the "Key Resources" section to the "Additional Resources" section. However, because the "setup" page itself was not modified, it was not automatically rebuilt and the old section name remained. I added an unrelated change to the setup page to cause the page to be regenerated; it now shows the correct section name in the link.
History
Date User Action Args
2022-04-11 14:57:45 admin set github: 62152
2013-05-16 21:34:09 ned.deily set status: open -> closednosy: + ned.deilymessages: + resolution: fixedstage: resolved
2013-05-16 21:23:55 python-dev set nosy: + python-devmessages: +
2013-05-11 14:19:13 Ramchandra Apte set title: editors-and-tools section of devguide does not appear to be ccurate -> editors-and-tools section of devguide does not appear to be accurate
2013-05-11 07:46:30 tshepang set title: setup#editors-and-tools -> editors-and-tools section of devguide does not appear to be ccurate
2013-05-11 07:45:52 tshepang create