Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.12] gh-106882: Note that asyncio.Server is only publicly exposed on 3.11+ (GH-106901) #106902

Merged
merged 1 commit into from
Jul 19, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Doc/library/asyncio-eventloop.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1593,6 +1593,9 @@ Do not instantiate the :class:`Server` class directly.
.. versionchanged:: 3.7
Server object is an asynchronous context manager since Python 3.7.

.. versionchanged:: 3.11
This class was exposed publicly as ``asyncio.Server`` in Python 3.9.11, 3.10.3 and 3.11.

.. method:: close()

Stop serving: close listening sockets and set the :attr:`sockets`
Expand Down