Issue 13999: Queue references in multiprocessing doc points to Queue module and not to self (original) (raw)

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

classification

Title: Queue references in multiprocessing doc points to Queue module and not to self
Type: enhancement Stage: resolved
Components: Documentation Versions: Python 3.2, Python 3.3, Python 2.7

process

Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: docs@python, eric.araujo, ezio.melotti, python-dev, sandro.tosi
Priority: normal Keywords: easy

Created on 2012-02-12 18:46 by sandro.tosi, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (3)
msg153218 - (view) Author: Sandro Tosi (sandro.tosi) * (Python committer) Date: 2012-02-12 18:46
At the subject says, several references to Queue are linking to Queue module and not to multiprocessing.
msg153617 - (view) Author: Éric Araujo (eric.araujo) * (Python committer) Date: 2012-02-18 01:11
:class:`~multiprocessing.Queue` should probably be used.
msg154280 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2012-02-25 18:41
New changeset 5d4f2f994f75 by Sandro Tosi in branch '2.7': Issue #13999: refer to multiprocessing.Queue when needed http://hg.python.org/cpython/rev/5d4f2f994f75
History
Date User Action Args
2022-04-11 14:57:26 admin set github: 58207
2012-02-25 18:41:53 sandro.tosi set status: open -> closedresolution: fixedstage: needs patch -> resolved
2012-02-25 18:41:23 python-dev set nosy: + python-devmessages: +
2012-02-18 10:39:50 ezio.melotti set keywords: + easynosy: + ezio.melottitype: enhancement
2012-02-18 01:11:06 eric.araujo set nosy: + eric.araujomessages: +
2012-02-12 18:46:03 sandro.tosi create