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: asyncio.BaseEventLoop.run_in_executor docs have awkward wording
Type: Stage: resolved
Components: Documentation Versions: Python 3.4, Python 3.5
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: brett.cannon Nosy List: brett.cannon, python-dev
Priority: low Keywords:

Created on 2014-02-17 02:46 by brett.cannon, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg211390 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2014-02-17 02:46
http://docs.python.org/3.4/library/asyncio-eventloop.html#asyncio.BaseEventLoop.run_in_executor

"executor is a Executor instance, the default executor is used if executor is None." could maybe be "The executor argument should be an Executor instance. The default executor is used if executor is None."
msg212442 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2014-02-28 15:06
New changeset 2dd7b9618596 by Brett Cannon in branch 'default':
Issue #20650: Tweak some awkward wording.
http://hg.python.org/cpython/rev/2dd7b9618596
History
Date User Action Args
2022-04-11 14:57:58adminsetgithub: 64849
2014-02-28 15:06:55brett.cannonsetstatus: open -> closed
resolution: fixed
stage: resolved
2014-02-28 15:06:29python-devsetnosy: + python-dev
messages: + msg212442
2014-02-17 02:46:28brett.cannoncreate