diff options
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -42,7 +42,9 @@ 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() +- asyncio: New event loop APIs: set_task_factory() and get_task_factory(). + +- asyncio: async() function is deprecated in favour of ensure_future(). Library ------- |