Issue 19193: Improve cross-references in tutorial (original) (raw)

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

classification

Title: Improve cross-references in tutorial
Type: enhancement Stage: resolved
Components: Documentation Versions: Python 3.3, Python 3.4, Python 2.7

process

Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: serhiy.storchaka Nosy List: docs@python, python-dev, serhiy.storchaka
Priority: normal Keywords: patch

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

Files
File name Uploaded Description Edit
refs.tutorial.patch serhiy.storchaka,2013-10-08 18:16 review
Messages (3)
msg199228 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2013-10-08 18:16
Here is a patch which fixes internal references in the tutorial.
msg199274 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2013-10-09 06:56
New changeset ac826284fdd1 by Serhiy Storchaka in branch '2.7': Issue #19193: Improved cross-references in the tutorial. http://hg.python.org/cpython/rev/ac826284fdd1 New changeset 012380d57e44 by Serhiy Storchaka in branch '3.3': Issue #19193: Improved cross-references in the tutorial. http://hg.python.org/cpython/rev/012380d57e44 New changeset e338a5c8fcfa by Serhiy Storchaka in branch 'default': Issue #19193: Improved cross-references in the tutorial. http://hg.python.org/cpython/rev/e338a5c8fcfa
msg199275 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2013-10-09 06:59
Thank you Georg for the review.
History
Date User Action Args
2022-04-11 14:57:51 admin set github: 63392
2013-10-09 06:59:35 serhiy.storchaka set status: open -> closedmessages: + assignee: docs@python -> serhiy.storchakaresolution: fixedstage: patch review -> resolved
2013-10-09 06:56:59 python-dev set nosy: + python-devmessages: +
2013-10-08 18🔞41 serhiy.storchaka link issue18758 dependencies
2013-10-08 18:16:58 serhiy.storchaka create