]> granicus.if.org Git - python/commitdiff
Fixed recently added Misc/NEWS entry which was moved during merge
authorTal Einat <taleinat@gmail.com>
Wed, 16 Jul 2014 13:52:20 +0000 (16:52 +0300)
committerTal Einat <taleinat@gmail.com>
Wed, 16 Jul 2014 13:52:20 +0000 (16:52 +0300)
Misc/NEWS

index 91edd0041a15360c8ab9b79ac013d7b58c616a20..e0ebf673416325290ef4d0f8d3de935799e9ff44 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -264,8 +264,6 @@ Library
 - 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 @@ Extension Modules
 IDLE
 ----
 
+- Issue #21765: Add support for non-ascii identifiers to HyperParser.
+
 - Issue #21940: Add unittest for WidgetRedirector. Initial patch by Saimadhav
   Heblikar.