summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2016-07-16 23:17:33 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2016-07-16 23:17:33 (GMT)
commitdf450d1a18ba668874a2353a3870ba99c4848a75 (patch)
tree93d41ac47ec98cfe8d8fe1cc5488efe36aef2ed5 /Misc
parent5f804e387ebc70effb61dc124f52acef357471b3 (diff)
downloadcpython-df450d1a18ba668874a2353a3870ba99c4848a75.zip
cpython-df450d1a18ba668874a2353a3870ba99c4848a75.tar.gz
cpython-df450d1a18ba668874a2353a3870ba99c4848a75.tar.bz2
Issue #27469: Adds a shell extension to the launcher so that drag and drop works correctly.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 921c89a..a9ebb7c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -134,8 +134,10 @@ Tools/Demos
Windows
-------
-- Issue #27309: Enabled proper Windows styles in python[w].exe manifest.
+- Issue #27469: Adds a shell extension to the launcher so that drag and drop
+ works correctly.
+- Issue #27309: Enabled proper Windows styles in python[w].exe manifest.
What's New in Python 3.5.2?
===========================