diff options
author | Ned Deily <nad@python.org> | 2021-05-08 02:31:01 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-08 02:31:01 (GMT) |
commit | 164d6e1bb1bb3a4e4d5610f07a8911ecf57a691d (patch) | |
tree | c88ccb611c1b50e7fdfc58a58aa472df5a4d7e98 /Misc/NEWS.d/next/Library/2020-12-06-20-21-16.bpo-39529.9Zrg43.rst | |
parent | 4d4be477055d0f9e415407bcd193788fae04dc11 (diff) | |
download | cpython-164d6e1bb1bb3a4e4d5610f07a8911ecf57a691d.zip cpython-164d6e1bb1bb3a4e4d5610f07a8911ecf57a691d.tar.gz cpython-164d6e1bb1bb3a4e4d5610f07a8911ecf57a691d.tar.bz2 |
Add the blurbify of the 3.10.0b1 changelog to the main branch (GH-25976)
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.rst | 9 |
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`. |