| commit | da3caedc559d6314502ddc4b10cad8534fb9d8d1 | [log] [tgz] |
|---|---|---|
| author | Raymond Hettinger <python@rcn.com> | Mon Jan 14 21:39:24 2008 +0000 |
| committer | Raymond Hettinger <python@rcn.com> | Mon Jan 14 21:39:24 2008 +0000 |
| tree | e57f7ae511ed0ff3a1539a5583799058dfa33450 | |
| parent | d32ed6f5117a68037e9cb7bcfd8d0f8d1611f442 [diff] |
Remove Queue.empty() and Queue.full() in favor of using qsize() or trapping the Empty and Full exceptions.