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: 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:26adminsetgithub: 58207
2012-02-25 18:41:53sandro.tosisetstatus: open -> closed
resolution: fixed
stage: needs patch -> resolved
2012-02-25 18:41:23python-devsetnosy: + python-dev
messages: + msg154280
2012-02-18 10:39:50ezio.melottisetkeywords: + easy
nosy: + ezio.melotti
type: enhancement
2012-02-18 01:11:06eric.araujosetnosy: + eric.araujo
messages: + msg153617
2012-02-12 18:46:03sandro.tosicreate