]> granicus.if.org Git - python/commit
Remove Queue.empty() and Queue.full() in favor of using qsize() or trapping the Empty...
authorRaymond Hettinger <python@rcn.com>
Mon, 14 Jan 2008 21:39:24 +0000 (21:39 +0000)
committerRaymond Hettinger <python@rcn.com>
Mon, 14 Jan 2008 21:39:24 +0000 (21:39 +0000)
commitda3caedc559d6314502ddc4b10cad8534fb9d8d1
treee57f7ae511ed0ff3a1539a5583799058dfa33450
parentd32ed6f5117a68037e9cb7bcfd8d0f8d1611f442
Remove Queue.empty() and Queue.full() in favor of using qsize() or trapping the Empty and Full exceptions.
Doc/library/queue.rst
Lib/Queue.py
Lib/test/test_queue.py
Lib/test/test_socket.py
Misc/NEWS