diff options
author | Yury Selivanov <yselivanov@sprymix.com> | 2015-05-11 18:50:41 (GMT) |
---|---|---|
committer | Yury Selivanov <yselivanov@sprymix.com> | 2015-05-11 18:50:41 (GMT) |
commit | 9657caf16835bd522be13962dc204d3e42b9c062 (patch) | |
tree | 935617398e1a8844aee5a95cbdfbbb07bf1deea5 /Misc | |
parent | 926b990d3d19788e3b5fb5700570721e74049484 (diff) | |
parent | 59eb9a4da504315345b5b0d8fb8eebddc22ccb92 (diff) | |
download | cpython-9657caf16835bd522be13962dc204d3e42b9c062.zip cpython-9657caf16835bd522be13962dc204d3e42b9c062.tar.gz cpython-9657caf16835bd522be13962dc204d3e42b9c062.tar.bz2 |
Merge 3.4 (asyncio changes)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -87,6 +87,10 @@ Library - Issue #23887: urllib.error.HTTPError now has a proper repr() representation. Patch by Berker Peksag. +- asyncio: New event loop APIs: set_task_factory() and get_task_factory(). + +- asyncio: async() function is deprecated in favour of ensure_future(). + Tests ----- @@ -154,8 +158,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() - Library ------- |