We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
asyncio.Server
1 parent c6c5665 commit 1e1f4e9Copy full SHA for 1e1f4e9
Doc/library/asyncio-eventloop.rst
@@ -1593,6 +1593,9 @@ Do not instantiate the :class:`Server` class directly.
1593
.. versionchanged:: 3.7
1594
Server object is an asynchronous context manager since Python 3.7.
1595
1596
+ .. versionchanged:: 3.11
1597
+ This class was exposed publicly as ``asyncio.Server`` in Python 3.9.11, 3.10.3 and 3.11.
1598
+
1599
.. method:: close()
1600
1601
Stop serving: close listening sockets and set the :attr:`sockets`
0 commit comments