Merged revisions 76653 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r76653 | martin.v.loewis | 2009-12-03 21:57:49 +0100 (Do, 03 Dez 2009) | 10 lines
Merged revisions 76651 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r76651 | martin.v.loewis | 2009-12-03 21:53:51 +0100 (Do, 03 Dez 2009) | 3 lines
Issue #4120: Drop reference to CRT from manifest when building
extensions with msvc9compiler.
........
................
diff --git a/Misc/NEWS b/Misc/NEWS
index 545b46b..095bd6e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -55,6 +55,9 @@
Library
-------
+- Issue #4120: Drop reference to CRT from manifest when building extensions with
+ msvc9compiler.
+
- Issue #7410: deepcopy of itertools.count was resetting the count.
- Issue #4486: When an exception has an explicit cause, do not print its