[issue24296] Queue documentation note needed

R. David Murray report at bugs.python.org
Wed May 27 15:27:30 CEST 2015


R. David Murray added the comment:

If you know anything about threads you can see that the threads are not explicitly shut down.  As a standalone example it is "correct", in that they get shut down at interpreter shutdown.

I'm not sure it is appropriate to include what is essentially a thread tutorial note in the queue docs.  A crosslink to threading would certainly be a good idea; perhaps the introductory sentence could be tweaked to point people who don't already know threads in the correct direction for enlightenment.

----------
nosy: +r.david.murray

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


More information about the Python-bugs-list mailing list