Commit 5d87ec25 authored by Yury Selivanov's avatar Yury Selivanov

Fix NEWS file.

parent 59eb9a4d
...@@ -42,10 +42,6 @@ Core and Builtins ...@@ -42,10 +42,6 @@ Core and Builtins
- Issue #21354: PyCFunction_New function is exposed by python DLL again. - 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 Library
------- -------
...@@ -234,6 +230,10 @@ Library ...@@ -234,6 +230,10 @@ Library
- Issue #23310: Fix MagicMock's initializer to work with __methods__, just - Issue #23310: Fix MagicMock's initializer to work with __methods__, just
like configure_mock(). Patch by Kasia Jachim. 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 Tests
----- -----
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment