diff options
author | Yury Selivanov <yselivanov@sprymix.com> | 2015-05-11 18:52:37 (GMT) |
---|---|---|
committer | Yury Selivanov <yselivanov@sprymix.com> | 2015-05-11 18:52:37 (GMT) |
commit | 5d87ec256bae0fa279d5640f04ffd3a1e14a91d8 (patch) | |
tree | 0e769c0f42fcb63a1bb32192825e91e318f4c8ca /Misc | |
parent | 59eb9a4da504315345b5b0d8fb8eebddc22ccb92 (diff) | |
download | cpython-5d87ec256bae0fa279d5640f04ffd3a1e14a91d8.zip cpython-5d87ec256bae0fa279d5640f04ffd3a1e14a91d8.tar.gz cpython-5d87ec256bae0fa279d5640f04ffd3a1e14a91d8.tar.bz2 |
Fix NEWS file.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 ----- |