[Skip] > if not q.qsize(): > print q.qsize() > might print something besides 0. And if it is a surprise, > they should probably not be programming with threads. > 0.5-even-rounded wink>
I concur. Let's leave qsize() alone. Even renaming it would cause unnecessary breakage. FWIW, the removal of empty() and full() are checked-in. Looks nice and clean now. Raymond _______________________________________________ Python-3000 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com
