Issue #1656675: Register a drop handler for .py* files on Windows.
diff --git a/Misc/NEWS b/Misc/NEWS
index 0b6a9d5..2adff6e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -57,6 +57,8 @@
 Build
 -----
 
+- Issue #1656675: Register a drop handler for .py* files on Windows.
+
 - Issue #4120: Exclude manifest from extension modules in VS2008.
 
 - Issue #4091: Install pythonxy.dll in system32 again.