FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

[3.11] gh-100160: Tweak the documentation for the default asyncio policy by serhiy-storchaka · Pull Request #100969 · python/cpython · GitHub

/ cpython Public
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension .rst  (1) All 1 file type selected
Viewed files
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Unified
Split
Hide whitespace
Diff view
Unified
Split
Hide whitespace
6 changes: 3 additions & 3 deletions Doc/library/asyncio-policy.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,9 @@ asyncio ships with the following built-in policies:
On Windows, :class:`ProactorEventLoop` is now used by default.

.. note::
In Python versions 3.10.9, 3.11.1 and 3.12 this function emits a
:exc:`DeprecationWarning` if there is no running event loop and no
current loop is set.
In Python versions 3.10.9, 3.11.1 and 3.12 the :meth:`get_event_loop`
method of the default asyncio policy emits a :exc:`DeprecationWarning`
if there is no running event loop and no current loop is set.
In some future Python release this will become an error.


Expand Down

Back | FazBrowse Home | New Git URL