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, ezio.melotti, pitrou, sandro.tosi, sbt
Date 2012-02-12.18:59:41
SpamBayes Score 4.4128268e-07
Marked as misclassified No
Message-id <1329073001.3456.12.camel@localhost.localdomain>
In-reply-to <1329072616.54.0.862706873509.issue11836@psf.upfronthosting.co.za>
Content
> It's the way all the subclasses are imported into the main module that
> got me in fault, I think. OK, so if I got it correctly, I should
> document multiprocessing.queue.SimpleQueue in 2.7 and 3.1 and
> multiprocessing.SimpleQueue in 3.3 also adding the hunk to __init__
> (thus changing the API).

Yes.

> I'd say to document int still near to Queue() and JoinableQueue() - do
> you agree?

Yes, too.
History
Date User Action Args
2012-02-12 18:59:42pitrousetrecipients: + pitrou, ezio.melotti, eli.bendersky, sandro.tosi, docs@python, sbt
2012-02-12 18:59:41pitroulinkissue11836 messages
2012-02-12 18:59:41pitroucreate