summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorYury Selivanov <yselivanov@sprymix.com>2015-10-02 19:05:59 (GMT)
committerYury Selivanov <yselivanov@sprymix.com>2015-10-02 19:05:59 (GMT)
commit43d71e2512707b959cc1cc850b85c2de99fee138 (patch)
tree4b71d141004abe07e19883318bb1dafafb3232d6 /Misc
parent987f21514122b83e42b04f9782f53b6f77edb174 (diff)
parent620279b9ace3fff66245672bf7efbb62b2969a30 (diff)
downloadcpython-43d71e2512707b959cc1cc850b85c2de99fee138.zip
cpython-43d71e2512707b959cc1cc850b85c2de99fee138.tar.gz
cpython-43d71e2512707b959cc1cc850b85c2de99fee138.tar.bz2
asyncio: Make ensure_future() accept all kinds of awaitables.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index fcc9fe3..9a9b39b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -152,6 +152,8 @@ Library
- Issue #23572: Fixed functools.singledispatch on classes with falsy
metaclasses. Patch by Ethan Furman.
+- asyncio: ensure_future() now accepts awaitable objects.
+
IDLE
----