[docs] [issue37503] Queue.join(): Broken example in documentation

Marco Dickert report at bugs.python.org
Fri Jul 5 04:31:49 EDT 2019


Marco Dickert <marco at misterunknown.de> added the comment:

Sorry, I missed that q.join() is executed *before* the "None" item is added to the queue.

In my real-world case I called q.join() *after* I added the "None" item.

----------
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37503>
_______________________________________


More information about the docs mailing list