Issue 19207: Improve cross-references in os documentation (original) (raw)

Issue19207

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/63406

classification

Title: Improve cross-references in os documentation
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: docs@python Nosy List: docs@python, loewis, python-dev, serhiy.storchaka
Priority: normal Keywords: patch

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

Files
File name Uploaded Description Edit
refs.os.patch serhiy.storchaka,2013-10-09 13:39 review
Messages (3)
msg199296 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2013-10-09 13:39
Here is a patch which fixes internal references in the documentation of the os, os.path and posix modules.
msg199732 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2013-10-13 17:14
New changeset 7ea984fc9be1 by Serhiy Storchaka in branch '3.3': Issue #19207: Improved cross-references in the os, os.path, and posix modules http://hg.python.org/cpython/rev/7ea984fc9be1 New changeset 74c3cf05fb1e by Serhiy Storchaka in branch 'default': Issue #19207: Improved cross-references in the os, os.path, and posix modules http://hg.python.org/cpython/rev/74c3cf05fb1e
msg199733 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2013-10-13 17:26
New changeset fd2c34e0104b by Serhiy Storchaka in branch '2.7': Issue #19207: Improved cross-references in the os, os.path, and posix modules http://hg.python.org/cpython/rev/fd2c34e0104b
History
Date User Action Args
2022-04-11 14:57:51 admin set github: 63406
2013-10-13 17:43:48 serhiy.storchaka set status: open -> closedresolution: fixedstage: patch review -> resolved
2013-10-13 17:26:20 python-dev set messages: +
2013-10-13 17:14:32 python-dev set nosy: + python-devmessages: +
2013-10-09 13:40:35 serhiy.storchaka link issue18758 dependencies
2013-10-09 13:39:10 serhiy.storchaka create