summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorYury Selivanov <yselivanov@sprymix.com>2015-05-11 18:23:38 (GMT)
committerYury Selivanov <yselivanov@sprymix.com>2015-05-11 18:23:38 (GMT)
commit740169cd24fc108913e4480e98e608f0517a7b8a (patch)
treebf801141261edb778f7957aa777343a6c8cd1978 /Misc
parent37c4f78390ae3f2c839b44939446f783b948d9d3 (diff)
downloadcpython-740169cd24fc108913e4480e98e608f0517a7b8a.zip
cpython-740169cd24fc108913e4480e98e608f0517a7b8a.tar.gz
cpython-740169cd24fc108913e4480e98e608f0517a7b8a.tar.bz2
Sync asyncio changes from the main repo.
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 e2f749c..c7d1f0f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -42,6 +42,8 @@ Core and Builtins
- Issue #21354: PyCFunction_New function is exposed by python DLL again.
+- asyncio: New event loop APIs: set_task_factory() and get_task_factory()
+
Library
-------