]> granicus.if.org Git - python/commitdiff
Move news items for PEP 526 and 525 to the top of their section.
authorGuido van Rossum <guido@dropbox.com>
Fri, 9 Sep 2016 16:29:42 +0000 (09:29 -0700)
committerGuido van Rossum <guido@dropbox.com>
Fri, 9 Sep 2016 16:29:42 +0000 (09:29 -0700)
(News items should be ordered newest-first within their section.)

Misc/NEWS

index d8e972c4d6fc4c536eb1b7d79f301c52f7bdeb09..478259ae4a0da9b840c63189f0fd744a36a3b1b0 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,11 @@ What's New in Python 3.6.0 beta 1
 Core and Builtins
 -----------------
 
+- Issue #28003: Implement PEP 525 -- Asynchronous Generators.
+
+- Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations.
+  Patch by Ivan Levkivskyi.
+
 - Issue #26058: Add a new private version to the builtin dict type, incremented
   at each dictionary creation and at each dictionary change. Implementation of
   the PEP 509.
@@ -100,10 +105,6 @@ Core and Builtins
   In a brand new thread, raise a RuntimeError since there is no active
   exception to reraise. Patch written by Xiang Zhang.
 
-- Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations.
-  Patch by Ivan Levkivskyi.
-
-- Issue #28003: Implement PEP 525 -- Asynchronous Generators.
 
 
 Library