diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2008-11-07 18:54:47 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2008-11-07 18:54:47 (GMT) |
commit | 49ae612f740fcfbc45bbc0300931387a9843ed51 (patch) | |
tree | ceab59e8898231e246ae982af86db2eb987b1c3a /Misc | |
parent | f7eec7c4ca3af64fdb9cdd1fd4d7605161933eb9 (diff) | |
download | cpython-49ae612f740fcfbc45bbc0300931387a9843ed51.zip cpython-49ae612f740fcfbc45bbc0300931387a9843ed51.tar.gz cpython-49ae612f740fcfbc45bbc0300931387a9843ed51.tar.bz2 |
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.
........
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -57,6 +57,8 @@ Library 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. |