[issue32327] Make asyncio methods documented as coroutines - coroutines.

2018-01-28 Thread Yury Selivanov
Yury Selivanov added the comment: New changeset bec2372b7e1da5dfdbadaf242aa8e994b164cace by Yury Selivanov in branch 'master': bpo-32327: Revert loop.run_in_executor behaviour: return a Future. (#5392)

[issue32327] Make asyncio methods documented as coroutines - coroutines.

2018-01-28 Thread Yury Selivanov
Change by Yury Selivanov : -- pull_requests: +5227 ___ Python tracker ___ ___

[issue32327] Make asyncio methods documented as coroutines - coroutines.

2017-12-23 Thread Andrew Svetlov
Change by Andrew Svetlov : -- pull_requests: +4885 ___ Python tracker ___ ___

[issue32327] Make asyncio methods documented as coroutines - coroutines.

2017-12-14 Thread Yury Selivanov
Change by Yury Selivanov : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue32327] Make asyncio methods documented as coroutines - coroutines.

2017-12-14 Thread Yury Selivanov
Yury Selivanov added the comment: New changeset 19a44f63c738388ef3c8515348b4ffc061dfd627 by Yury Selivanov in branch 'master': bpo-32327: Convert asyncio functions documented as coroutines to coroutines. (#4872)

[issue32327] Make asyncio methods documented as coroutines - coroutines.

2017-12-14 Thread Yury Selivanov
Change by Yury Selivanov : -- keywords: +patch pull_requests: +4765 stage: -> patch review ___ Python tracker ___

[issue32327] Make asyncio methods documented as coroutines - coroutines.

2017-12-14 Thread Yury Selivanov
Change by Yury Selivanov : -- nosy: +asvetlov ___ Python tracker ___ ___

[issue32327] Make asyncio methods documented as coroutines - coroutines.

2017-12-14 Thread Yury Selivanov
New submission from Yury Selivanov : There's a handful of event loop methods that are currently documented as coroutines, but in reality they return asyncio.Future: * loop.sock_sendall, * loop.sock_accept, * loop.sock_recv, and * loop.run_in_executor. These methods