8000
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.
1 parent 3c168f7 commit 19c5134Copy full SHA for 19c5134
Doc/library/ssl.rst
@@ -2508,8 +2508,8 @@ thus several things you need to be aware of:
2508
.. seealso::
2509
2510
The :mod:`asyncio` module supports :ref:`non-blocking SSL sockets
2511
- <ssl-nonblocking>` and provides a
2512
- 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
2513
handles :exc:`SSLWantWriteError`, :exc:`SSLWantReadError` and
2514
:exc:`BlockingIOError` exceptions. It runs the SSL handshake asynchronously
2515
as well.
0 commit comments