move idle news entries to its section
diff --git a/Misc/NEWS b/Misc/NEWS
index 7f165db..5ec6f46 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -15,11 +15,6 @@
 - Issue #13163: Rename operands in smtplib.SMTP._get_socket to correct names;
   fixes otherwise misleading output in tracebacks and when when debug is on.
 
-- Issue #8900: Using keyboard shortcuts in IDLE to open a file no longer
-  raises an exception.
-
-- Issue #6649: Fixed missing exit status in IDLE. Patch by Guilherme Polo.
-
 - Issue #17526: fix an IndexError raised while passing code without filename to
   inspect.findsource().  Initial patch by Tyler Doyle.
 
@@ -32,6 +27,12 @@
 
 - Issue #6698: IDLE now opens just an editor window when configured to do so.
 
+- Issue #8900: Using keyboard shortcuts in IDLE to open a file no longer
+  raises an exception.
+
+- Issue #6649: Fixed missing exit status in IDLE. Patch by Guilherme Polo.
+
+
 Documentation
 -------------