From: Yury Selivanov Date: Mon, 11 May 2015 18:52:37 +0000 (-0400) Subject: Fix NEWS file. X-Git-Tag: v3.5.0b1~206^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5d87ec256bae0fa279d5640f04ffd3a1e14a91d8;p=python Fix NEWS file. --- diff --git a/Misc/NEWS b/Misc/NEWS index e29919f655..bc57613e9f 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -42,10 +42,6 @@ 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: async() function is deprecated in favour of ensure_future(). - Library ------- @@ -234,6 +230,10 @@ Library - Issue #23310: Fix MagicMock's initializer to work with __methods__, just like configure_mock(). Patch by Kasia Jachim. +- asyncio: New event loop APIs: set_task_factory() and get_task_factory(). + +- asyncio: async() function is deprecated in favour of ensure_future(). + Tests -----