[New-bugs-announce] [issue17364] Multiprocessing documentation mentions function that doesn't exist

Topher Brown report at bugs.python.org
Wed Mar 6 01:38:17 CET 2013


New submission from Topher Brown:

multiprocessing documentation (http://docs.python.org/2/library/multiprocessing.html#pipes-and-queues) for multiprocessing.Queue mentions Queue.get_no_wait() as an alias for Queue.get_nowait(). This function does not seem to exist.

----------
assignee: docs at python
components: Documentation
messages: 183566
nosy: Topher.Brown, docs at python
priority: normal
severity: normal
status: open
title: Multiprocessing documentation mentions function that doesn't exist
versions: Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17364>
_______________________________________


More information about the New-bugs-announce mailing list