summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Documentation/2018-06-01-12-27-40.bpo-33736.JVegIu.rst
diff options
context:
space:
mode:
authorElvis Pranskevichus <elvis@magic.io>2018-06-08 15:36:00 (GMT)
committerYury Selivanov <yury@magic.io>2018-06-08 15:36:00 (GMT)
commitc0d062f523b16331444ff910e4596ee5608c8170 (patch)
tree3c9b1213ea9028cde5ce6f3ab19b0200cc73325d /Misc/NEWS.d/next/Documentation/2018-06-01-12-27-40.bpo-33736.JVegIu.rst
parent6860629d87d0f6728ff7430453d4900b695adf7b (diff)
downloadcpython-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.rst2
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.