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

2009-03-30 Thread Jesse Noller
Jesse Noller added the comment: r70792 on trunk -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python-bugs

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

2009-03-29 Thread Jesse Noller
Changes by Jesse Noller : -- priority: -> normal ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.py

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

2009-03-26 Thread Jesse Noller
Changes by Jesse Noller : -- assignee: georg.brandl -> jnoller nosy: -georg.brandl ___ Python tracker ___ ___ Python-bugs-list mailing

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

2009-03-26 Thread Vaibhav Mallya
New submission from Vaibhav Mallya : 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 mult