summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorYury Selivanov <yselivanov@sprymix.com>2015-05-11 18:50:41 (GMT)
committerYury Selivanov <yselivanov@sprymix.com>2015-05-11 18:50:41 (GMT)
commit9657caf16835bd522be13962dc204d3e42b9c062 (patch)
tree935617398e1a8844aee5a95cbdfbbb07bf1deea5 /Misc
parent926b990d3d19788e3b5fb5700570721e74049484 (diff)
parent59eb9a4da504315345b5b0d8fb8eebddc22ccb92 (diff)
downloadcpython-9657caf16835bd522be13962dc204d3e42b9c062.zip
cpython-9657caf16835bd522be13962dc204d3e42b9c062.tar.gz
cpython-9657caf16835bd522be13962dc204d3e42b9c062.tar.bz2
Merge 3.4 (asyncio changes)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS6
1 files changed, 4 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 76ebe1e..d7bb991 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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
-------