]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-100160: Remove any deprecation warnings in asyncio.get_event_loop() (#100412)
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 10 Jan 2023 20:20:09 +0000 (22:20 +0200)
committerGitHub <noreply@github.com>
Tue, 10 Jan 2023 20:20:09 +0000 (12:20 -0800)
commit1b2459dc64b1c3eea89312ea9bf422f8d7c75bb2
tree41d9dcee517a54ff3949be8b70e76381fe72ac81
parenta7f9afdd465886ad6fce94e34f1ebff8730a3faa
[3.11] gh-100160: Remove any deprecation warnings in asyncio.get_event_loop() (#100412)

Some deprecation warnings will reappear (in a slightly different form) in 3.12.

Co-authored-by: Guido van Rossum <guido@python.org>
Doc/library/asyncio-eventloop.rst
Doc/library/asyncio-policy.rst
Doc/whatsnew/3.10.rst
Lib/asyncio/events.py
Lib/test/test_asyncio/test_events.py
Misc/NEWS.d/next/Library/2022-12-21-18-29-24.gh-issue-100160.isBmL5.rst [new file with mode: 0644]