[Python-checkins] cpython (3.4): Fix NEWS file.

yury.selivanov python-checkins at python.org
Mon May 11 20:56:02 CEST 2015


https://hg.python.org/cpython/rev/d80e8721e55b
changeset:   95958:d80e8721e55b
branch:      3.4
parent:      95956:b78127eafad7
user:        Yury Selivanov <yselivanov at sprymix.com>
date:        Mon May 11 14:52:37 2015 -0400
summary:
  Fix NEWS file.

files:
  Misc/NEWS |  8 ++++----
  1 files changed, 4 insertions(+), 4 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -42,10 +42,6 @@
 
 - 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 @@
 - 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
 -----
 

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list