summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTal Einat <taleinat@gmail.com>2014-07-16 13:52:20 (GMT)
committerTal Einat <taleinat@gmail.com>2014-07-16 13:52:20 (GMT)
commit985e8d8fb39c22445229f1b548dcd2009fd90c99 (patch)
tree7e46f13a48f1adf4616b6a7340441b4c7a1fe0ce /Misc
parent2e4394ee0d703d98ff49998609b819278f3d0b97 (diff)
downloadcpython-985e8d8fb39c22445229f1b548dcd2009fd90c99.zip
cpython-985e8d8fb39c22445229f1b548dcd2009fd90c99.tar.gz
cpython-985e8d8fb39c22445229f1b548dcd2009fd90c99.tar.bz2
Fixed recently added Misc/NEWS entry which was moved during merge
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 91edd00..e0ebf67 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.