diff options
Diffstat (limited to 'Misc/NEWS.d/next/Library/2017-12-12-16-58-20.bpo-32250.UljTa0.rst')
-rw-r--r-- | Misc/NEWS.d/next/Library/2017-12-12-16-58-20.bpo-32250.UljTa0.rst | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Misc/NEWS.d/next/Library/2017-12-12-16-58-20.bpo-32250.UljTa0.rst b/Misc/NEWS.d/next/Library/2017-12-12-16-58-20.bpo-32250.UljTa0.rst deleted file mode 100644 index f2d016d..0000000 --- a/Misc/NEWS.d/next/Library/2017-12-12-16-58-20.bpo-32250.UljTa0.rst +++ /dev/null @@ -1,5 +0,0 @@ -Implement ``asyncio.current_task()`` and ``asyncio.all_tasks()``. Add -helpers intended to be used by alternative task implementations: -``asyncio._register_task``, ``asyncio._enter_task``, ``asyncio._leave_task`` -and ``asyncio._unregister_task``. Deprecate ``asyncio.Task.current_task()`` -and ``asyncio.Task.all_tasks()``. |