-
Raymond Hettinger authored
Remove Queue.empty() and Queue.full() in favor of using qsize() or trapping the Empty and Full exceptions.
aa79111b
Remove Queue.empty() and Queue.full() in favor of using qsize() or trapping the Empty and Full exceptions.