summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2017-12-14-16-00-25.bpo-32327.bbkSxA.rst
diff options
context:
space:
mode:
authorYury Selivanov <yury@magic.io>2017-12-15 01:53:26 (GMT)
committerGitHub <noreply@github.com>2017-12-15 01:53:26 (GMT)
commit19a44f63c738388ef3c8515348b4ffc061dfd627 (patch)
tree6de5ddd62a1bdee7a90e5fe8fc59348fe7c4f4f8 /Misc/NEWS.d/next/Library/2017-12-14-16-00-25.bpo-32327.bbkSxA.rst
parent41264f1cd4d6066b2797ff07cae465c1e06ff3b2 (diff)
downloadcpython-19a44f63c738388ef3c8515348b4ffc061dfd627.zip
cpython-19a44f63c738388ef3c8515348b4ffc061dfd627.tar.gz
cpython-19a44f63c738388ef3c8515348b4ffc061dfd627.tar.bz2
bpo-32327: Convert asyncio functions documented as coroutines to coroutines. (#4872)
Diffstat (limited to 'Misc/NEWS.d/next/Library/2017-12-14-16-00-25.bpo-32327.bbkSxA.rst')
-rw-r--r--Misc/NEWS.d/next/Library/2017-12-14-16-00-25.bpo-32327.bbkSxA.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2017-12-14-16-00-25.bpo-32327.bbkSxA.rst b/Misc/NEWS.d/next/Library/2017-12-14-16-00-25.bpo-32327.bbkSxA.rst
new file mode 100644
index 0000000..5fd9fbc
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2017-12-14-16-00-25.bpo-32327.bbkSxA.rst
@@ -0,0 +1,3 @@
+Convert asyncio functions that were documented as coroutines to coroutines.
+Affected functions: loop.sock_sendall, loop.sock_recv, loop.sock_accept,
+loop.run_in_executor, loop.getaddrinfo, loop.getnameinfo.