[issue25127] typo in concurrent.futures.Executor.shutdown() example

2015-09-15 Thread Roundup Robot
Roundup Robot added the comment: New changeset 8f94e695f56b by Berker Peksag in branch '3.4': Issue #25127: Fix typo in concurrent.futures.rst https://hg.python.org/cpython/rev/8f94e695f56b New changeset afe82e6f00df by Berker Peksag in branch '3.5': Issue #25127: Fix typo in concurrent.futures.

[issue25127] typo in concurrent.futures.Executor.shutdown() example

2015-09-15 Thread Berker Peksag
Berker Peksag added the comment: Fixed. Thanks, Jakub. -- nosy: +berker.peksag resolution: -> fixed stage: -> resolved status: open -> closed versions: +Python 3.4, Python 3.5, Python 3.6 ___ Python tracker _

[issue25127] typo in concurrent.futures.Executor.shutdown() example

2015-09-15 Thread Jakub Wilk
New submission from Jakub Wilk: Typo in the example code in : in the last line, it should be "src4.txt", not "src3.txt". -- assignee: docs@python components: Documentation messages: 250774 no