Merged revisions 67149 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r67149 | martin.v.loewis | 2008-11-07 19:51:50 +0100 (Fr, 07 Nov 2008) | 1 line
Issue #1656675: Register a drop handler for .py* files on Windows.
........
diff --git a/Misc/NEWS b/Misc/NEWS
index 8d2b1cb..b9db17b 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.