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: Fix internal references for concurrent modules
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: bquinlan, docs@python, ezio.melotti, jnoller, pitrou, python-dev, rhettinger, sbt, serhiy.storchaka
Priority: normal Keywords: patch

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

Files
File name Uploaded Description Edit
refs.concurrect.diff serhiy.storchaka, 2013-08-16 18:34 review
refs.concurrect.diff serhiy.storchaka, 2013-08-16 22:04 review
Messages (7)
msg195378 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2013-08-16 17:43
Here is a patch which fixes internal references in the documentation of concurrent modules: threading, multiprocessing, concurrent.futures, subprocess, queue, and select.
msg195380 - (view) Author: Ezio Melotti (ezio.melotti) * (Python committer) Date: 2013-08-16 17:46
Serhiy, seems you forgot to attach a patch.
msg195388 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2013-08-16 18:34
Sorry. It is here.
msg195432 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2013-08-16 22:04
Here is updated patch. Thank Ezio for found errors.
msg196013 - (view) Author: Ezio Melotti (ezio.melotti) * (Python committer) Date: 2013-08-23 19:21
LGTM.
msg196038 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2013-08-23 21:45
New changeset 6575074aae1c by Serhiy Storchaka in branch '3.3':
Issue #18757: Improved cross-references in the concurrent package.
http://hg.python.org/cpython/rev/6575074aae1c

New changeset 383d85249997 by Serhiy Storchaka in branch 'default':
Issue #18757: Improved cross-references in the concurrent package.
http://hg.python.org/cpython/rev/383d85249997

New changeset c24941251473 by Serhiy Storchaka in branch '2.7':
Issue #18757: Improved cross-references in the concurrent package.
http://hg.python.org/cpython/rev/c24941251473
msg196039 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2013-08-23 21:49
Thank you for the review Ezio.
History
Date User Action Args
2022-04-11 14:57:49adminsetgithub: 62957
2013-08-23 21:49:02serhiy.storchakasetstatus: open -> closed
resolution: fixed
messages: + msg196039

stage: commit review -> resolved
2013-08-23 21:45:22python-devsetnosy: + python-dev
messages: + msg196038
2013-08-23 19:21:51ezio.melottisetmessages: + msg196013
stage: patch review -> commit review
2013-08-16 22:04:47serhiy.storchakasetfiles: + refs.concurrect.diff

messages: + msg195432
2013-08-16 18:39:56serhiy.storchakalinkissue18758 dependencies
2013-08-16 18:34:26serhiy.storchakasetfiles: + refs.concurrect.diff
keywords: + patch
messages: + msg195388
2013-08-16 17:46:49ezio.melottisettype: enhancement

messages: + msg195380
nosy: + ezio.melotti
2013-08-16 17:43:35serhiy.storchakacreate