[issue20650] asyncio.BaseEventLoop.run_in_executor docs have awkward wording

2014-02-28 Thread Roundup Robot
Roundup Robot added the comment: New changeset 2dd7b9618596 by Brett Cannon in branch 'default': Issue #20650: Tweak some awkward wording. http://hg.python.org/cpython/rev/2dd7b9618596 -- nosy: +python-dev ___ Python tracker

[issue20650] asyncio.BaseEventLoop.run_in_executor docs have awkward wording

2014-02-28 Thread Brett Cannon
Changes by Brett Cannon : -- resolution: -> fixed stage: -> committed/rejected status: open -> closed ___ Python tracker ___ ___ Pyt

[issue20650] asyncio.BaseEventLoop.run_in_executor docs have awkward wording

2014-02-16 Thread Brett Cannon
New submission from Brett Cannon: 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 defau