[Python-Dev] Forgotten Py3.0 change to remove Queue.empty() and Queue.full()
"Martin v. Löwis"
martin at v.loewis.de
Fri Mar 6 23:06:12 CET 2009
> IIRC, that was the rationale for cmp() removal in 3.0.1.
And indeed, that removal already caused a bug report and broke
the efforts of SWIG to support Python 3.0.
I disagree that our users are served by constantly breaking the
API, and removing stuff just because we can. I can't see how
removing API can possibly serve a user.
What's wrong with empty() and full() in the first place?
Regards,
Martin
More information about the Python-Dev
mailing list