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
Date 2011-08-08.13:33:41
SpamBayes Score 0.0005806113
Marked as misclassified No
Message-id <1312810422.87.0.519172796839.issue11836@psf.upfronthosting.co.za>
In-reply-to
Content
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 :)
History
Date User Action Args
2011-08-08 13:33:42sandro.tosisetrecipients: + sandro.tosi, pitrou, ezio.melotti, eli.bendersky, docs@python
2011-08-08 13:33:42sandro.tosisetmessageid: <1312810422.87.0.519172796839.issue11836@psf.upfronthosting.co.za>
2011-08-08 13:33:42sandro.tosilinkissue11836 messages
2011-08-08 13:33:41sandro.tosicreate