[Python-checkins] cpython: Move news items for PEP 526 and 525 to the top of their section.

guido.van.rossum python-checkins at python.org
Fri Sep 9 12:53:18 EDT 2016


https://hg.python.org/cpython/rev/f6a0b80ade26
changeset:   103414:f6a0b80ade26
user:        Guido van Rossum <guido at dropbox.com>
date:        Fri Sep 09 09:29:42 2016 -0700
summary:
  Move news items for PEP 526 and 525 to the top of their section.

(News items should be ordered newest-first within their section.)

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


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

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


More information about the Python-checkins mailing list