diff options
author | Elvis Pranskevichus <elvis@magic.io> | 2018-06-08 15:36:00 (GMT) |
---|---|---|
committer | Yury Selivanov <yury@magic.io> | 2018-06-08 15:36:00 (GMT) |
commit | c0d062f523b16331444ff910e4596ee5608c8170 (patch) | |
tree | 3c9b1213ea9028cde5ce6f3ab19b0200cc73325d /Doc/library/asyncio-eventloop.rst | |
parent | 6860629d87d0f6728ff7430453d4900b695adf7b (diff) | |
download | cpython-c0d062f523b16331444ff910e4596ee5608c8170.zip cpython-c0d062f523b16331444ff910e4596ee5608c8170.tar.gz cpython-c0d062f523b16331444ff910e4596ee5608c8170.tar.bz2 |
bpo-33736: Improve the documentation of asyncio stream APIs (GH-7326)
Diffstat (limited to 'Doc/library/asyncio-eventloop.rst')
-rw-r--r-- | Doc/library/asyncio-eventloop.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/asyncio-eventloop.rst b/Doc/library/asyncio-eventloop.rst index a38dab0..f5fd094 100644 --- a/Doc/library/asyncio-eventloop.rst +++ b/Doc/library/asyncio-eventloop.rst @@ -445,7 +445,7 @@ Creating connections .. versionchanged:: 3.7 - The *path* parameter can now be a :class:`~pathlib.Path` object. + The *path* parameter can now be a :term:`path-like object`. Creating listening connections @@ -536,7 +536,7 @@ Creating listening connections .. versionadded:: 3.7 - The *ssl_handshake_timeout* parameter. + The *ssl_handshake_timeout* and *start_serving* parameters. .. versionchanged:: 3.7 |