On Fri, Jan 11, 2008, Raymond Hettinger wrote: > > I proposed to remove three methods from the queue module, qsize(), > empty(), and full(). These are not reliable. The RightWay (tm) is to > trap the Empty and Full exceptions or use the .join() approach.
Although I'm not going to advocate for retaining them, I see them as mildly useful for logging purposes (especially qsize()). -- Aahz ([EMAIL PROTECTED]) <*> http://www.pythoncraft.com/ Weinberg's Second Law: If builders built buildings the way programmers wrote programs, then the first woodpecker that came along would destroy civilization. _______________________________________________ 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
