Author mallyvai
Recipients georg.brandl, jnoller, mallyvai
Date 2009-03-26.20:27:24
SpamBayes Score 0.0113364
Marked as misclassified No
Message-id <1238099248.59.0.559630696158.issue5574@psf.upfronthosting.co.za>
In-reply-to
Content
Should __all__ = ['Queue', 'SimpleQueue'] in queues.py have
JoinableQueue as part of the list as well? 

Also, multiprocessing's __init__.py does not appear to have SimpleQueue
as part of its __all__ - is this expected?

SimpleQueue does not appear in the multiprocessing docs; is it meant to
be avoided by user code then?
History
Date User Action Args
2009-03-26 20:27:30mallyvaisetrecipients: + mallyvai, georg.brandl, jnoller
2009-03-26 20:27:28mallyvaisetmessageid: <1238099248.59.0.559630696158.issue5574@psf.upfronthosting.co.za>
2009-03-26 20:27:26mallyvailinkissue5574 messages
2009-03-26 20:27:25mallyvaicreate