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: Improve cross-references in curses howto
Type: enhancement Stage: resolved
Components: Documentation Versions: Python 3.3, Python 3.4
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: akuchling, docs@python, python-dev, serhiy.storchaka
Priority: normal Keywords: patch

Created on 2013-10-09 12:17 by serhiy.storchaka, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
refs.curses-howto.patch serhiy.storchaka, 2013-10-09 12:19 review
Messages (4)
msg199291 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2013-10-09 12:17
Here is a patch which fixes internal references in the howto of the curses module.
msg199726 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2013-10-13 16:20
New changeset 54d422f5a5c6 by Serhiy Storchaka in branch '3.3':
Issue #19203: Improved cross-references in the curses howto.
http://hg.python.org/cpython/rev/54d422f5a5c6
msg199727 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2013-10-13 16:25
New changeset 542f96b913ac by Serhiy Storchaka in branch 'default':
Issue #19203: Improved cross-references in the curses howto.
http://hg.python.org/cpython/rev/542f96b913ac
msg199734 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2013-10-13 17:28
I haven't applied patch to 2.7 because 2.7 and 3.3 are desynchronized enough. If anyone want update curses howto in 2.7 it should do this in separated issue.
History
Date User Action Args
2022-04-11 14:57:51adminsetgithub: 63402
2013-10-13 17:29:12serhiy.storchakasetstatus: open -> closed
stage: patch review -> resolved
resolution: fixed
versions: - Python 2.7
2013-10-13 17:28:51serhiy.storchakasetmessages: + msg199734
2013-10-13 16:25:07python-devsetmessages: + msg199727
2013-10-13 16:20:40python-devsetnosy: + python-dev
messages: + msg199726
2013-10-09 12:19:40serhiy.storchakasetfiles: + refs.curses-howto.patch
2013-10-09 12:19:25serhiy.storchakasetfiles: - refs.curses-howto.patch
2013-10-09 12:18:19serhiy.storchakalinkissue18758 dependencies
2013-10-09 12:17:57serhiy.storchakacreate