Issue 25284: Spec for BaseEventLoop.run_in_executor(executor, callback, *args) is outdated in documentation (original) (raw)

Issue25284

Created on 2015-09-30 20:33 by devoto13, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (3)
msg251961 - (view) Author: Yaroslav Admin (devoto13) Date: 2015-09-30 20:33
Parameter for BaseEventLoop.run_in_executor(executor, callback, *args) was renamed from callback to func in 3.5.0 release, but it's not reflected in the docs. Commit with change: https://github.com/python/cpython/commit/111610562141a46f1eaac64d497d79fe13290847#diff-08afa52ab2b1511bee8527814ad44d80L468 Documentation: https://docs.python.org/3/library/asyncio-eventloop.html#asyncio.BaseEventLoop.run_in_executor
msg251972 - (view) Author: Guido van Rossum (gvanrossum) * (Python committer) Date: 2015-09-30 21:17
Someone please submit a patch...
msg251999 - (view) Author: Andrew Svetlov (asvetlov) * (Python committer) Date: 2015-10-01 06:50
Fixed in 9a10055e12fa d7d18ef3e05c 1465b18ef4fc
History
Date User Action Args
2022-04-11 14:58:22 admin set github: 69471
2015-10-01 06:50:33 asvetlov set status: open -> closedversions: + Python 3.4, Python 3.6nosy: + asvetlovmessages: + resolution: fixedstage: resolved
2015-09-30 21:17:48 gvanrossum set nosy: + docs@pythonmessages: + assignee: docs@pythoncomponents: + Documentation, - asynciokeywords: + easy
2015-09-30 21:15:22 nchammas set nosy: + nchammas
2015-09-30 20:35:02 devoto13 set title: Docs for BaseEventLoop.run_in_executor(executor, callback, *args) is outdated in documentation -> Spec for BaseEventLoop.run_in_executor(executor, callback, *args) is outdated in documentation
2015-09-30 20:33:57 devoto13 create