summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorYury Selivanov <yury@magic.io>2017-12-11 15:03:48 (GMT)
committerGitHub <noreply@github.com>2017-12-11 15:03:48 (GMT)
commit9edad3c7011ccab0a66a065933abebf3288cf1a1 (patch)
tree23d6606e290e810ddf8b5c428873ea56a19e1578 /Misc
parent1b74f9b77a6fa1d7828986cb79d5b10942ff9141 (diff)
downloadcpython-9edad3c7011ccab0a66a065933abebf3288cf1a1.zip
cpython-9edad3c7011ccab0a66a065933abebf3288cf1a1.tar.gz
cpython-9edad3c7011ccab0a66a065933abebf3288cf1a1.tar.bz2
bpo-32272: Remove asyncio.async() function. (#4784)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2017-12-10-18-59-13.bpo-32272.Mu84Am.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2017-12-10-18-59-13.bpo-32272.Mu84Am.rst b/Misc/NEWS.d/next/Library/2017-12-10-18-59-13.bpo-32272.Mu84Am.rst
new file mode 100644
index 0000000..500e3c8
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2017-12-10-18-59-13.bpo-32272.Mu84Am.rst
@@ -0,0 +1 @@
+Remove asyncio.async() function.