Fix NEWS order
diff --git a/Misc/NEWS b/Misc/NEWS
index 579e09c..867ebc5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -6,14 +6,6 @@
*Release date: XXXX-XX-XX*
-Build
------
-
-- Issue #17682: Add the _io module to Modules/Setup.dist (commented out).
-
-- Issue #17086: Search the include and library directories provided by the
- compiler.
-
Core and Builtins
-----------------
@@ -94,6 +86,14 @@
- Issue #17526: fix an IndexError raised while passing code without filename to
inspect.findsource(). Initial patch by Tyler Doyle.
+Build
+-----
+
+- Issue #17682: Add the _io module to Modules/Setup.dist (commented out).
+
+- Issue #17086: Search the include and library directories provided by the
+ compiler.
+
Tests
-----