This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: typo in concurrent.futures.Executor.shutdown() example
Type: Stage: resolved
Components: Documentation Versions: Python 3.6, Python 3.4, Python 3.5
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: berker.peksag, docs@python, jwilk, python-dev
Priority: normal Keywords:

Created on 2015-09-15 14:47 by jwilk, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (3)
msg250774 - (view) Author: Jakub Wilk (jwilk) Date: 2015-09-15 14:47
Typo in the example code in <https://docs.python.org/3/library/concurrent.futures.html#concurrent.futures.Executor.shutdown>:
in the last line, it should be "src4.txt", not "src3.txt".
msg250784 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2015-09-15 17:00
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.rst
https://hg.python.org/cpython/rev/afe82e6f00df

New changeset 23ad070a6a2d by Berker Peksag in branch 'default':
Issue #25127: Fix typo in concurrent.futures.rst
https://hg.python.org/cpython/rev/23ad070a6a2d
msg250785 - (view) Author: Berker Peksag (berker.peksag) * (Python committer) Date: 2015-09-15 17:00
Fixed. Thanks, Jakub.
History
Date User Action Args
2022-04-11 14:58:21adminsetgithub: 69314
2015-09-15 17:00:50berker.peksagsetstatus: open -> closed

versions: + Python 3.4, Python 3.5, Python 3.6
nosy: + berker.peksag

messages: + msg250785
resolution: fixed
stage: resolved
2015-09-15 17:00:10python-devsetnosy: + python-dev
messages: + msg250784
2015-09-15 14:47:12jwilkcreate