[Python-Dev] Forgotten Py3.0 change to remove Queue.empty() and Queue.full()
Benjamin Peterson
benjamin at python.org
Thu Mar 5 02:04:45 CET 2009
2009/3/4 Raymond Hettinger <python at rcn.com>:
> Just notices that the empty() and full() methods were still there.
> IIRC, we agreed to take them out (but leaving qsize() exposed).
> The docs entries and test cases were taken out, but the actual
> methods were accidentally left in.
If so, the only thing to do is deprecate it in 3.1 for removal in 3.2.
--
Regards,
Benjamin
More information about the Python-Dev
mailing list