[issue32311] Implement asyncio.create_task() shortcut

2018-01-19 Thread Andrew Svetlov
Change by Andrew Svetlov : -- pull_requests: +5089 ___ Python tracker ___ ___

[issue32311] Implement asyncio.create_task() shortcut

2017-12-15 Thread Andrew Svetlov
Andrew Svetlov added the comment: Thanks for careful review! -- ___ Python tracker ___

[issue32311] Implement asyncio.create_task() shortcut

2017-12-14 Thread Yury Selivanov
Yury Selivanov added the comment: Thank you, Andrew! -- ___ Python tracker ___ ___

[issue32311] Implement asyncio.create_task() shortcut

2017-12-14 Thread Andrew Svetlov
Change by Andrew Svetlov : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed type: -> enhancement ___ Python tracker

[issue32311] Implement asyncio.create_task() shortcut

2017-12-14 Thread Andrew Svetlov
Andrew Svetlov added the comment: New changeset f74ef458ab1f502e4e60bd1502ac1dc0d2cb3847 by Andrew Svetlov in branch 'master': bpo-32311: Implement asyncio.create_task() shortcut (#4848)

[issue32311] Implement asyncio.create_task() shortcut

2017-12-14 Thread Yury Selivanov
New submission from Yury Selivanov : There's a lengthy discussion of this proposal over here: https://github.com/python/asyncio/issues/477 Guido there likes the idea of adding asyncio.create_task(), so let's add it. -- ___

[issue32311] Implement asyncio.create_task() shortcut

2017-12-13 Thread Andrew Svetlov
Change by Andrew Svetlov : -- keywords: +patch pull_requests: +4737 stage: -> patch review ___ Python tracker ___

[issue32311] Implement asyncio.create_task() shortcut

2017-12-13 Thread Andrew Svetlov
Change by Andrew Svetlov : -- components: Library (Lib), asyncio nosy: asvetlov, yselivanov priority: normal severity: normal status: open title: Implement asyncio.create_task() shortcut versions: Python 3.7 ___ Python