From: Tal Einat Date: Wed, 16 Jul 2014 13:52:20 +0000 (+0300) Subject: Fixed recently added Misc/NEWS entry which was moved during merge X-Git-Tag: v3.5.0a1~1274 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=985e8d8fb39c22445229f1b548dcd2009fd90c99;p=python Fixed recently added Misc/NEWS entry which was moved during merge --- diff --git a/Misc/NEWS b/Misc/NEWS index 91edd0041a..e0ebf67341 100644 --- 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.