mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
bpo-36889: Document asyncio Stream and StreamServer (GH-14203)
This commit is contained in:
parent
6ffd9b05df
commit
6793cce155
3 changed files with 280 additions and 65 deletions
|
|
@ -1625,8 +1625,7 @@ Wait until a file descriptor received some data using the
|
|||
:meth:`loop.create_connection` method.
|
||||
|
||||
* Another similar :ref:`example <asyncio_example_create_connection-streams>`
|
||||
using the high-level :func:`asyncio.open_connection` function
|
||||
and streams.
|
||||
using the high-level :func:`asyncio.connect` function and streams.
|
||||
|
||||
|
||||
.. _asyncio_example_unix_signals:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue