
Jan. 19, 2010
9:29 p.m.
Hello, Is there a reason that queues don't have an `__iter__` method? I mean both `Queue.Queue` and `multiprocessing.Queue`. I had to write up my own "iterate on queue" function for use in my project. Do you think that it should be a built-in method on the Queue class? Ram.