Issue5574
Created on 2009-03-26 20:27 by mallyvai, last changed 2009-03-31 03:32 by jnoller.
|
msg84212 - (view) |
Author: Vaibhav Mallya (mallyvai) |
Date: 2009-03-26 20:27 |
|
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?
|
|
msg84745 - (view) |
Author: Jesse Noller (jnoller) |
Date: 2009-03-31 03:32 |
|
r70792 on trunk
|
|
| Date |
User |
Action |
Args |
| 2009-03-31 03:32:43 | jnoller | set | status: open -> closed resolution: fixed messages:
+ msg84745
|
| 2009-03-29 14:35:42 | jnoller | set | priority: normal |
| 2009-03-26 20:28:33 | jnoller | set | assignee: georg.brandl -> jnoller
nosy:
- georg.brandl |
| 2009-03-26 20:27:26 | mallyvai | create | |
|