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 eli.bendersky
Recipients docs@python, eli.bendersky, pitrou, r.david.murray
Date 2011-08-18.02:30:54
SpamBayes Score 0.00131405
Marked as misclassified No
Message-id <1313634655.22.0.407945055817.issue12767@psf.upfronthosting.co.za>
In-reply-to
Content
I asked the user who reported this documentation omission what he's using the 'n' argument for. His reply:

    "Yes I am using the n parameter, it is mainly to implement a subclass of Queue that supports "bulk" get and put operations. This enhances the performance of repeated get/put calls when the Queue is created using multiprocessing.Manager."
History
Date User Action Args
2011-08-18 02:30:55eli.benderskysetrecipients: + eli.bendersky, pitrou, r.david.murray, docs@python
2011-08-18 02:30:55eli.benderskysetmessageid: <1313634655.22.0.407945055817.issue12767@psf.upfronthosting.co.za>
2011-08-18 02:30:54eli.benderskylinkissue12767 messages
2011-08-18 02:30:54eli.benderskycreate