Issue 25127: typo in concurrent.futures.Executor.shutdown() example (original) (raw)

Issue25127

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.

This issue has been migrated to GitHub: https://github.com/python/cpython/issues/69314

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:21 admin set github: 69314
2015-09-15 17:00:50 berker.peksag set status: open -> closedversions: + Python 3.4, Python 3.5, Python 3.6nosy: + berker.peksagmessages: + resolution: fixedstage: resolved
2015-09-15 17:00:10 python-dev set nosy: + python-devmessages: +
2015-09-15 14:47:12 jwilk create

Supported by The Python Software Foundation,
Powered by Roundup

Copyright © 1990-2022, Python Software Foundation
Legal Statements