summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2010-02-18 16:27:43 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2010-02-18 16:27:43 (GMT)
commit3afc62e54f7081e81b365fe67f20bec6bf96cae8 (patch)
tree516407d709158e663d63c9d2d3287168c3d149ec /Misc
parent5d233fd6ff73977fadc50280f44c92c26914f24a (diff)
downloadcpython-3afc62e54f7081e81b365fe67f20bec6bf96cae8.zip
cpython-3afc62e54f7081e81b365fe67f20bec6bf96cae8.tar.gz
cpython-3afc62e54f7081e81b365fe67f20bec6bf96cae8.tar.bz2
Merged revisions 78213 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r78213 | martin.v.loewis | 2010-02-18 10:22:20 +0100 (Do, 18 Feb 2010) | 3 lines Stop providing crtassem.h symbols when compiling with Visual Studio 2010, as msvcr100.dll is not a platform assembly anymore. ........
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ab83413..6d27dee 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -659,6 +659,9 @@ Library
Extension Modules
-----------------
+- Stop providing crtassem.h symbols when compiling with Visual Studio 2010, as
+ msvcr100.dll is not a platform assembly anymore.
+
- Issue #6508: Add posix.{getresuid,getresgid,setresuid,setresgid}.
- Issue #7078: Set struct.__doc__ from _struct.__doc__.