Issue 19203: Improve cross-references in curses howto (original) (raw)

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

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:51 admin set github: 63402
2013-10-13 17:29:12 serhiy.storchaka set status: open -> closedstage: patch review -> resolvedresolution: fixedversions: - Python 2.7
2013-10-13 17:28:51 serhiy.storchaka set messages: +
2013-10-13 16:25:07 python-dev set messages: +
2013-10-13 16:20:40 python-dev set nosy: + python-devmessages: +
2013-10-09 12:19:40 serhiy.storchaka set files: + refs.curses-howto.patch
2013-10-09 12:19:25 serhiy.storchaka set files: - refs.curses-howto.patch
2013-10-09 12🔞19 serhiy.storchaka link issue18758 dependencies
2013-10-09 12:17:57 serhiy.storchaka create