| commit | f74ef458ab1f502e4e60bd1502ac1dc0d2cb3847 | [log] [tgz] |
|---|---|---|
| author | Andrew Svetlov <andrew.svetlov@gmail.com> | Fri Dec 15 07:04:38 2017 +0200 |
| committer | GitHub <noreply@github.com> | Fri Dec 15 07:04:38 2017 +0200 |
| tree | 7c622fa99ba081586a655b1744dae0a46b3a0f95 | |
| parent | 19a44f63c738388ef3c8515348b4ffc061dfd627 [diff] |
bpo-32311: Implement asyncio.create_task() shortcut (#4848) * Implement functionality * Add documentation