Fixed recently added Misc/NEWS entry which was moved during merge

This commit is contained in:
Tal Einat 2014-07-16 16:52:20 +03:00
parent 2e4394ee0d
commit 985e8d8fb3
1 changed files with 2 additions and 2 deletions

View File

@ -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.