[New-bugs-announce] [issue5574] multiprocessing queues.py doesn't include JoinableQueue in its __all__ list

Vaibhav Mallya report at bugs.python.org
Thu Mar 26 21:27:28 CET 2009


New submission from Vaibhav Mallya <mallyvai at umich.edu>:

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?

----------
assignee: georg.brandl
components: Documentation, Library (Lib)
messages: 84212
nosy: georg.brandl, jnoller, mallyvai
severity: normal
status: open
title: multiprocessing queues.py doesn't include JoinableQueue in its __all__ list
type: feature request
versions: Python 2.6, Python 2.7, Python 3.0

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


More information about the New-bugs-announce mailing list