ppperry added the comment:

This problem also occurs in other situati, such as when trying to get items 
from an empty queue
>>> import Queue
>>> Q = Queue.Queue()
>>> q.get_nowait()
Traceback (most recent call last):
  File "<pyshell#16>", line 1, in <module>
    q.get_nowait()
Empty
In that case, it doesn't really matter, though.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue24252>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to