summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2020-12-06-20-21-16.bpo-39529.9Zrg43.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS.d/next/Library/2020-12-06-20-21-16.bpo-39529.9Zrg43.rst')
-rw-r--r--Misc/NEWS.d/next/Library/2020-12-06-20-21-16.bpo-39529.9Zrg43.rst9
1 files changed, 0 insertions, 9 deletions
diff --git a/Misc/NEWS.d/next/Library/2020-12-06-20-21-16.bpo-39529.9Zrg43.rst b/Misc/NEWS.d/next/Library/2020-12-06-20-21-16.bpo-39529.9Zrg43.rst
deleted file mode 100644
index bb1fd82..0000000
--- a/Misc/NEWS.d/next/Library/2020-12-06-20-21-16.bpo-39529.9Zrg43.rst
+++ /dev/null
@@ -1,9 +0,0 @@
-Deprecated use of :func:`asyncio.get_event_loop` without running event loop.
-Emit deprecation warning for :mod:`asyncio` functions which implicitly
-create a :class:`~asyncio.Future` or :class:`~asyncio.Task` objects if there
-is no running event loop and no explicit *loop* argument is passed:
-:func:`~asyncio.ensure_future`, :func:`~asyncio.wrap_future`,
-:func:`~asyncio.gather`, :func:`~asyncio.shield`,
-:func:`~asyncio.as_completed` and constructors of :class:`~asyncio.Future`,
-:class:`~asyncio.Task`, :class:`~asyncio.StreamReader`,
-:class:`~asyncio.StreamReaderProtocol`.