This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rhettinger
Recipients rhettinger, tleeuwenburg@gmail.com
Date 2009-03-05.03:55:28
SpamBayes Score 9.080259e-06
Marked as misclassified No
Message-id <1236225331.29.0.844992289588.issue5420@psf.upfronthosting.co.za>
In-reply-to
Content
Can you make a single patch for Lib/queue.py and Misc/NEWS and remove
any uses of emtpy/full in the standard library including multiprocessing.

Also, for deprecations, it's always nice to have the message suggest an
alternative, something like:  "The empty() method is deprecated and
scheduled to be removed in Py3.2.  Instead, use qsize() or catch a
queue.Empty exception."
History
Date User Action Args
2009-03-05 03:55:31rhettingersetrecipients: + rhettinger, tleeuwenburg@gmail.com
2009-03-05 03:55:31rhettingersetmessageid: <1236225331.29.0.844992289588.issue5420@psf.upfronthosting.co.za>
2009-03-05 03:55:29rhettingerlinkissue5420 messages
2009-03-05 03:55:28rhettingercreate