[docs] [issue11836] multiprocessing.queues.SimpleQueue is undocumented

Sandro Tosi report at bugs.python.org
Sun Feb 12 19:50:16 CET 2012


Sandro Tosi <sandro.tosi at gmail.com> added the comment:

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?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11836>
_______________________________________


More information about the docs mailing list