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.

Author devoto13
Recipients devoto13, gvanrossum, vstinner, yselivanov
Date 2015-09-30.20:33:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1443645237.96.0.144397118323.issue25284@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2015-09-30 20:33:58devoto13setrecipients: + devoto13, gvanrossum, vstinner, yselivanov
2015-09-30 20:33:57devoto13setmessageid: <1443645237.96.0.144397118323.issue25284@psf.upfronthosting.co.za>
2015-09-30 20:33:57devoto13linkissue25284 messages
2015-09-30 20:33:57devoto13create