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 sbt
Recipients python-dev, sbt, shwouchk
Date 2013-06-24.17:19:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <51C87F81.1070202@gmail.com>
In-reply-to <1372090962.34.0.504758385975.issue18277@psf.upfronthosting.co.za>
Content
> 1. "but should not cause any pratical difficulties" <-- you have a typo in 'pratical' there.
> 2. What exactly do you mean by "managed" queues in the new addition?

Woops.  Fixed now see 860fc6a2bd21, 347647a1f798.  A managed queue is 
one created like

     manager = multiprocessing.Manager()
     queue = manager.Queue()

queue is a proxy for a conventional queue object in a "manager" process.

> Also, did part #2 of the note come up in other reports?
> It seemed somewhat trivial (can't hurt though)...

Yes it did (but I can't find the report now).
History
Date User Action Args
2013-06-24 17:19:03sbtsetrecipients: + sbt, python-dev, shwouchk
2013-06-24 17:19:03sbtlinkissue18277 messages
2013-06-24 17:19:03sbtcreate