New submission from Sandy Chapman: The example at the bottom of the following page should have a warning added:
https://docs.python.org/2/library/queue.html The warning should be such that the user is informed that the threads in the example are not cleaned up and will continue to run. Any future additions to the queue will then be processed immediately by those threads. ---------- assignee: docs@python components: Documentation messages: 244156 nosy: Sandy Chapman, docs@python priority: normal severity: normal status: open title: Queue documentation note needed _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue24296> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com