Fixes bad Misc/NEWS merge
diff --git a/Misc/NEWS b/Misc/NEWS
index 8f1aa34..bb553a3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -61,6 +61,9 @@
 Windows
 -------
 
+- Issue #27469: Adds a shell extension to the launcher so that drag and drop
+  works correctly.
+
 - Issue #27309: Enables proper Windows styles in python[w].exe manifest.
 
 What's New in Python 3.6.0 alpha 3
@@ -244,12 +247,6 @@
 
 - Don't use largefile support for GNU/Hurd.
 
-Windows
--------
-
-- Issue #27469: Adds a shell extension to the launcher so that drag and drop
-  works correctly.
-
 Tools/Demos
 -----------