From: Steve Dower Date: Sat, 23 Jul 2016 15:04:11 +0000 (-0700) Subject: Fixes bad Misc/NEWS merge X-Git-Tag: v3.6.0a4~130 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1f7480a67ee4221d928cbecb1e45b3aae78df4a9;p=python Fixes bad Misc/NEWS merge --- diff --git a/Misc/NEWS b/Misc/NEWS index 8f1aa349c1..bb553a3769 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 -----------