diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2008-11-06 17:30:03 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2008-11-06 17:30:03 (GMT) |
commit | 900646ef682ff8aaffca0c2294ed9416d5a1947c (patch) | |
tree | d672cab00c75a03cd7153d3776e962111175a182 /Misc | |
parent | 10f3710244ecab48ad03085bb707109fca524c2b (diff) | |
download | cpython-900646ef682ff8aaffca0c2294ed9416d5a1947c.zip cpython-900646ef682ff8aaffca0c2294ed9416d5a1947c.tar.gz cpython-900646ef682ff8aaffca0c2294ed9416d5a1947c.tar.bz2 |
Merged revisions 67120 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r67120 | martin.v.loewis | 2008-11-06 17:43:00 +0100 (Do, 06 Nov 2008) | 2 lines
Issue #4120: Exclude manifest from extension modules in VS2008.
........
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -103,6 +103,8 @@ Extension Modules Build ----- +- Issue #4120: Exclude manifest from extension modules in VS2008. + - Issue #4091: Install pythonxy.dll in system32 again. - Issue #4018: Disable "for me" installations on Vista. |