[New-bugs-announce] [issue24296] Queue documentation note needed

Sandy Chapman report at bugs.python.org
Wed May 27 14:22:01 CEST 2015


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 at python
components: Documentation
messages: 244156
nosy: Sandy Chapman, docs at python
priority: normal
severity: normal
status: open
title: Queue documentation note needed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24296>
_______________________________________


More information about the New-bugs-announce mailing list