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

Sandro Tosi report at bugs.python.org
Mon Aug 8 15:33:42 CEST 2011


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

Here's a patch to add SimpleQueue to doc and __all__ .

I didn't document the 'sentinels' argument of SimpleQueue.get() because I got lost into Pipe _pool and can't understand how those sentinels are actually used/useful. Any hint is appreciated :)

----------
nosy: +ezio.melotti, sandro.tosi
stage: needs patch -> patch review
versions: +Python 2.7 -Python 3.1

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


More information about the docs mailing list