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 /Misc/NEWS.d/next/Documentation/2018-06-01-12-27-40.bpo-33736.JVegIu.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 'Misc/NEWS.d/next/Documentation/2018-06-01-12-27-40.bpo-33736.JVegIu.rst')
-rw-r--r-- | Misc/NEWS.d/next/Documentation/2018-06-01-12-27-40.bpo-33736.JVegIu.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Documentation/2018-06-01-12-27-40.bpo-33736.JVegIu.rst b/Misc/NEWS.d/next/Documentation/2018-06-01-12-27-40.bpo-33736.JVegIu.rst new file mode 100644 index 0000000..6bd9c40 --- /dev/null +++ b/Misc/NEWS.d/next/Documentation/2018-06-01-12-27-40.bpo-33736.JVegIu.rst @@ -0,0 +1,2 @@ +Improve the documentation of :func:`asyncio.open_connection`, +:func:`asyncio.start_server` and their UNIX socket counterparts. |