Commit e8567106 authored by Victor Stinner's avatar Victor Stinner

Merge with 3.4

parents 59d77e8a 4bfb14ac
......@@ -567,8 +567,11 @@ Server
.. method:: close()
Stop serving: close all sockets and set the :attr:`sockets` attribute to
``None``.
Stop serving: close listening sockets and set the :attr:`sockets`
attribute to ``None``.
The sockets that represent existing incoming client connections are
leaved open.
The server is closed asynchonously, use the :meth:`wait_closed` coroutine
to wait until the server is closed.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment