2008/1/14, Raymond Hettinger <[EMAIL PROTECTED]>: > I do recommend we dump q.empty() and q.full(). The right way is to trap the > Empty and Full exceptions. If needed qsize() is available to make your own > less reliable checks.
+1 -- . Facundo Blog: http://www.taniquetil.com.ar/plog/ PyAr: http://www.python.org/ar/ _______________________________________________ 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
