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 brett.cannon
Recipients brett.cannon
Date 2014-02-17.02:46:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1392605189.0.0.398827219779.issue20650@psf.upfronthosting.co.za>
In-reply-to
Content
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."
History
Date User Action Args
2014-02-17 02:46:29brett.cannonsetrecipients: + brett.cannon
2014-02-17 02:46:29brett.cannonsetmessageid: <1392605189.0.0.398827219779.issue20650@psf.upfronthosting.co.za>
2014-02-17 02:46:28brett.cannonlinkissue20650 messages
2014-02-17 02:46:28brett.cannoncreate