mirror of https://github.com/python/cpython.git
gh-122706: fix docs for asyncio ssl sockets (#128092)
This commit is contained in:
parent
3c168f7f79
commit
19c5134d57
|
@ -2508,8 +2508,8 @@ thus several things you need to be aware of:
|
|||
.. seealso::
|
||||
|
||||
The :mod:`asyncio` module supports :ref:`non-blocking SSL sockets
|
||||
<ssl-nonblocking>` and provides a
|
||||
higher level API. It polls for events using the :mod:`selectors` module and
|
||||
<ssl-nonblocking>` and provides a higher level :ref:`Streams API <asyncio-streams>`.
|
||||
It polls for events using the :mod:`selectors` module and
|
||||
handles :exc:`SSLWantWriteError`, :exc:`SSLWantReadError` and
|
||||
:exc:`BlockingIOError` exceptions. It runs the SSL handshake asynchronously
|
||||
as well.
|
||||
|
|
Loading…
Reference in New Issue