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 davipo
Recipients davipo, docs@python
Date 2011-05-09.18:55:11
SpamBayes Score 0.010019139
Marked as misclassified No
Message-id <1304967317.91.0.912225759197.issue12042@psf.upfronthosting.co.za>
In-reply-to
Content
In this section:
http://docs.python.org/whatsnew/2.6.html#pep-371-the-multiprocessing-package

This sentence follows the first example:
"A Queue is used to communicate the input parameter N and the result."

In the example, the queue is used only for the result, not the input parameter N.

[P.S. I'd be happy to submit corrections, but don't want to have to install and learn Mercurial. Is there a simpler way?]
History
Date User Action Args
2011-05-09 18:55:17daviposetrecipients: + davipo, docs@python
2011-05-09 18:55:17daviposetmessageid: <1304967317.91.0.912225759197.issue12042@psf.upfronthosting.co.za>
2011-05-09 18:55:11davipolinkissue12042 messages
2011-05-09 18:55:11davipocreate