diff options
author | Yury Selivanov <yselivanov@sprymix.com> | 2015-05-11 18:23:38 (GMT) |
---|---|---|
committer | Yury Selivanov <yselivanov@sprymix.com> | 2015-05-11 18:23:38 (GMT) |
commit | 740169cd24fc108913e4480e98e608f0517a7b8a (patch) | |
tree | bf801141261edb778f7957aa777343a6c8cd1978 /Misc | |
parent | 37c4f78390ae3f2c839b44939446f783b948d9d3 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 ------- |