diff --git a/Misc/NEWS b/Misc/NEWS index 8f1aa349c10..bb553a37697 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -61,6 +61,9 @@ Tests 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 @@ Build - 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 -----------