[Python-Dev] Forgotten Py3.0 change to remove Queue.empty() and Queue.full()

Raymond Hettinger python at rcn.com
Thu Mar 5 02:01:48 CET 2009


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.

Raymond


More information about the Python-Dev mailing list