[Python-checkins] cpython: Fixed recently added Misc/NEWS entry which was moved during merge

tal.einat python-checkins at python.org
Wed Jul 16 15:52:31 CEST 2014


http://hg.python.org/cpython/rev/73edc2c31249
changeset:   91691:73edc2c31249
user:        Tal Einat <taleinat at gmail.com>
date:        Wed Jul 16 16:52:20 2014 +0300
summary:
  Fixed recently added Misc/NEWS entry which was moved during merge

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


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -264,8 +264,6 @@
 - Issue #21455: Add a default backlog to socket.listen().
 
 - Issue #21525: Most Tkinter methods which accepted tuples now accept lists too.
-- Issue #21765: Add support for non-ascii identifiers to HyperParser.
-
 
 - Issue #10744: Fix PEP 3118 format strings on ctypes objects with a nontrivial
   shape.
@@ -590,6 +588,8 @@
 IDLE
 ----
 
+- Issue #21765: Add support for non-ascii identifiers to HyperParser.
+
 - Issue #21940: Add unittest for WidgetRedirector. Initial patch by Saimadhav
   Heblikar.
 

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


More information about the Python-checkins mailing list