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.

Author Topher.Brown
Recipients Topher.Brown, docs@python
Date 2013-03-06.00:38:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1362530297.79.0.346292892341.issue17364@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2013-03-06 00:38:17Topher.Brownsetrecipients: + Topher.Brown, docs@python
2013-03-06 00:38:17Topher.Brownsetmessageid: <1362530297.79.0.346292892341.issue17364@psf.upfronthosting.co.za>
2013-03-06 00:38:17Topher.Brownlinkissue17364 messages
2013-03-06 00:38:17Topher.Browncreate