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 6ffa564 commit 34ea7bfCopy full SHA for 34ea7bf
Doc/library/ssl.rst
@@ -2369,8 +2369,8 @@ thus several things you need to be aware of:
2369
.. seealso::
2370
2371
The :mod:`asyncio` module supports :ref:`non-blocking SSL sockets
2372
- <ssl-nonblocking>` and provides a
2373
- 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
2374
handles :exc:`SSLWantWriteError`, :exc:`SSLWantReadError` and
2375
:exc:`BlockingIOError` exceptions. It runs the SSL handshake asynchronously
2376
as well.
0 commit comments