[issue40387] queue example is a sketch

2020-04-26 Thread Santiago Blanco
Santiago Blanco added the comment: That is pretty clear! Thank you Raymond. -- ___ Python tracker <https://bugs.python.org/issue40387> ___ ___ Python-bugs-list m

[issue40387] queue example it does not work

2020-04-26 Thread Santiago Blanco
Santiago Blanco added the comment: I am trying to help, if you want I change something of my PR tell me what. I think most people need concrete examples to learn anything, but I may be wrong. I consider that a note will not change anything

[issue40387] queue example it does not work

2020-04-25 Thread Santiago Blanco
New submission from Santiago Blanco : Copy the example of the next URL: https://docs.python.org/3/library/queue.html#queue.Queue.join and paste into a file, then try to run it. It does not work. I have tried a new one (attachment) that works. -- assignee: docs@python components