[docs] [issue11836] multiprocessing.queues.SimpleQueue is undocumented
Antoine Pitrou
report at bugs.python.org
Sun Feb 12 19:59:42 CET 2012
Antoine Pitrou <pitrou at free.fr> 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).
Yes.
> I'd say to document int still near to Queue() and JoinableQueue() - do
> you agree?
Yes, too.
----------
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11836>
_______________________________________
More information about the docs
mailing list