diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2023-01-13 07:34:55 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-13 07:34:55 (GMT) |
commit | 87f9b1d53f12538c579598304105974378677012 (patch) | |
tree | 575f4fb58740339139fc53be03d846ae36cf6c4b /Misc | |
parent | 47b1eb9784bd828a5b6541f37c3e1a4b4eb80729 (diff) | |
download | cpython-87f9b1d53f12538c579598304105974378677012.zip cpython-87f9b1d53f12538c579598304105974378677012.tar.gz cpython-87f9b1d53f12538c579598304105974378677012.tar.bz2 |
[3.10] gh-100160: Remove any deprecation warnings in asyncio.get_event_loop() (GH-100412) (GH-100970)
Some deprecation warnings will reappear (in a slightly different form) in 3.12.
Co-authored-by: Guido van Rossum <guido@python.org>.
(cherry picked from commit 1b2459dc64b1c3eea89312ea9bf422f8d7c75bb2)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2022-12-21-18-29-24.gh-issue-100160.isBmL5.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2022-12-21-18-29-24.gh-issue-100160.isBmL5.rst b/Misc/NEWS.d/next/Library/2022-12-21-18-29-24.gh-issue-100160.isBmL5.rst new file mode 100644 index 0000000..c3b518c --- /dev/null +++ b/Misc/NEWS.d/next/Library/2022-12-21-18-29-24.gh-issue-100160.isBmL5.rst @@ -0,0 +1,2 @@ +Remove any deprecation warnings in :func:`asyncio.get_event_loop`. They are +deferred to Python 3.12. |