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 pitrou
Recipients docs@python, eli.bendersky, pitrou, r.david.murray
Date 2011-08-18.09:26:03
SpamBayes Score 0.0010778267
Marked as misclassified No
Message-id <1313659433.3602.0.camel@localhost.localdomain>
In-reply-to <1313634655.22.0.407945055817.issue12767@psf.upfronthosting.co.za>
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."

I think it's fine to document it. It's been there for a long time.
Besides, if we know how to notify one thread, we are certainly able to
notify n of them :)
History
Date User Action Args
2011-08-18 09:26:03pitrousetrecipients: + pitrou, r.david.murray, eli.bendersky, docs@python
2011-08-18 09:26:03pitroulinkissue12767 messages
2011-08-18 09:26:03pitroucreate