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 sandro.tosi
Recipients docs@python, eli.bendersky, ezio.melotti, pitrou, sandro.tosi, sbt
Date 2012-02-12.18:50:14
SpamBayes Score 1.961333e-07
Marked as misclassified No
Message-id <1329072616.54.0.862706873509.issue11836@psf.upfronthosting.co.za>
In-reply-to
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).

I'd say to document int still near to Queue() and JoinableQueue() - do you agree?
History
Date User Action Args
2012-02-12 18:50:16sandro.tosisetrecipients: + sandro.tosi, pitrou, ezio.melotti, eli.bendersky, docs@python, sbt
2012-02-12 18:50:16sandro.tosisetmessageid: <1329072616.54.0.862706873509.issue11836@psf.upfronthosting.co.za>
2012-02-12 18:50:14sandro.tosilinkissue11836 messages
2012-02-12 18:50:14sandro.tosicreate