summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2016-07-23 15:02:02 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2016-07-23 15:02:02 (GMT)
commitedddc2704ceecdb9a2584b36a8ad00368d19d232 (patch)
treeb86abb403c33c057010da3415246d1518e4fc016 /Misc
parentf96c84f6e5cd4a141a0b20165834b4430df49d18 (diff)
parentdf450d1a18ba668874a2353a3870ba99c4848a75 (diff)
downloadcpython-edddc2704ceecdb9a2584b36a8ad00368d19d232.zip
cpython-edddc2704ceecdb9a2584b36a8ad00368d19d232.tar.gz
cpython-edddc2704ceecdb9a2584b36a8ad00368d19d232.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/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b545920..8f1aa34 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -244,6 +244,12 @@ 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
-----------